Results

By type

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

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

2022-11-24T05:10:45.196Z||main|||||INFO|500||The following profiles are active: basic
2022-11-24T05:11:00.659Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-24T05:11:00.660Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-24T05:11:00.802Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-24T05:11:06.729Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-24T05:11:07.207Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-24T05:11:07.790Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-24T05:11:07.799Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-24T05:11:07.959Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-24T05:11:08.196Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-24T05:11:08.866Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-24T05:11:10.870Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-24T05:11:13.607Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-24T05:11:13.685Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-24T05:11:14.451Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-24T05:11:14.760Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-24T05:11:16.190Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-24T05:11:17.321Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-24T05:11:17.349Z||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$$5917c19b.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-24T05:11:17.351Z||main|||||WARN|500||The sdc end point is not alive
2022-11-24T05:11:21.235Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-24T05:11:24.524Z||main|||||WARN|500||---
2022-11-24T05:11:24.524Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-24T05:11:24.524Z||main|||||WARN|500||---
2022-11-24T05:11:25.073Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-24T05:11:30.965Z||main|||||INFO|500||Started Application in 49.591 seconds (JVM running for 51.923)
2022-11-24T05:11:31.002Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-24T05:11:31.007Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-24T05:11:31.022Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-24T05:11:31.057Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-24T05:11:31.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07ec1161-2e76-4cad-b5f0-4e21efa47586 url= /sdc/v1/artifactTypes
2022-11-24T05:11:31.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-24T05:11:31.467Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-24T05:11:31.497Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-24T05:11:31.524Z||scheduling-1|||||DEBUG|500||create keys
2022-11-24T05:11:31.534Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-24T05:11:31.594Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:11:31.619Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 21d63b2d-fa7a-401d-b4d9-cc6b0735ace4 url= /sdc/v1/registerForDistribution
2022-11-24T05:11:31.765Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 21d63b2d-fa7a-401d-b4d9-cc6b0735ace4 url= /sdc/v1/registerForDistribution
2022-11-24T05:11:31.766Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-24T05:11:31.789Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:11:31.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:11:31.800Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-24T05:11:31.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:11:31.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:11:31.805Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:11:31.805Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:11:42.273Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:11:42.280Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:12:31.778Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:12:31.779Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:12:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:12:31.783Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:12:31.786Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:12:31.786Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:12:41.360Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:12:41.364Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:13:31.778Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:13:31.779Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:13:31.780Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:13:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:13:31.782Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:13:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:13:41.334Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:13:41.341Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:14:31.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:14:31.780Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:14:31.781Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:14:31.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:14:31.782Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:14:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:14:41.335Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:14:41.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:15:31.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:15:31.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:15:31.783Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:15:31.783Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:15:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:15:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:15:41.342Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:15:41.342Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:16:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:16:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:16:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:16:31.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:16:31.783Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:16:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:16:41.329Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:16:41.329Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:17:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:17:31.780Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:17:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:17:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:17:31.783Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:17:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:17:41.331Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:17:41.331Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:18:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:18:31.780Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:18:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:18:31.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:18:31.784Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:18:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:18:41.352Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:18:41.414Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:19:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:19:31.780Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:19:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:19:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:19:31.783Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:19:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:19:41.335Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:19:41.351Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:20:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:20:31.780Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:20:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:20:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:20:31.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:20:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:20:41.336Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:20:41.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:20:54.302Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-24T05:21:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:21:31.780Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:21:31.781Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:21:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:21:31.783Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:21:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:21:41.336Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:21:41.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:22:31.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:22:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:22:31.784Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:22:31.784Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:22:31.785Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:22:31.785Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:22:41.340Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:22:41.342Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:23:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:23:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:23:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:23:31.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:23:31.783Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:23:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:23:41.330Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:23:41.331Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:24:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:24:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:24:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:24:31.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:24:31.782Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:24:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:24:41.343Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:24:41.343Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:25:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:25:31.780Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:25:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:25:31.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:25:31.783Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:25:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:25:41.332Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:25:41.333Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:26:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:26:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:26:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:26:31.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:26:31.782Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:26:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:26:41.329Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:26:41.342Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:27:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:27:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:27:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:27:31.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:27:31.783Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:27:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:27:41.330Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:27:41.330Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:28:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:28:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:28:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:28:31.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:28:31.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:28:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:28:41.336Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:28:41.340Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:29:31.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:29:31.782Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:29:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:29:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:29:31.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:29:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:29:41.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:29:41.356Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:30:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:30:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:30:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:30:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:30:31.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:30:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:30:41.338Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:30:41.339Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:31:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:31:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:31:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:31:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:31:31.782Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:31:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:31:41.333Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:31:41.333Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:32:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:32:31.780Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:32:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:32:31.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:32:31.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:32:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:32:41.333Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:32:41.346Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:33:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:33:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:33:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:33:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:33:31.783Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:33:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:33:41.339Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:33:41.342Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:34:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:34:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:34:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:34:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:34:31.783Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:34:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:34:41.338Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:34:41.338Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:35:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:35:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:35:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:35:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:35:31.782Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:35:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:35:41.337Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:35:41.343Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:36:31.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:36:31.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:36:31.782Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:36:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:36:31.783Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:36:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:36:41.357Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:36:41.357Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:37:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:37:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:37:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:37:31.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:37:31.782Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:37:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:37:41.330Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:37:41.333Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:38:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:38:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:38:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:38:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:38:31.783Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:38:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:38:41.332Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:38:41.336Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:39:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:39:31.780Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:39:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:39:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:39:31.783Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:39:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:39:41.332Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:39:41.332Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:40:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:40:31.780Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:40:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:40:31.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:40:31.783Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:40:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:40:41.337Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:40:41.355Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:41:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:41:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:41:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:41:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:41:31.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:41:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:41:41.332Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:41:41.334Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:42:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:42:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:42:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:42:31.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:42:31.783Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:42:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:42:41.329Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:42:41.349Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:43:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:43:31.781Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:43:31.781Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:43:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:43:31.782Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:43:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:43:41.336Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:43:41.338Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:44:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:44:31.780Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:44:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:44:31.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:44:31.783Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:44:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:44:41.333Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:44:41.333Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:45:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:45:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:45:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:45:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:45:31.783Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:45:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:45:41.330Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:45:41.335Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:46:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:46:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:46:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:46:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:46:31.782Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:46:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:46:41.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:46:41.382Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:47:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:47:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:47:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:47:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:47:31.783Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:47:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:47:41.329Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:47:41.334Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:48:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:48:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:48:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:48:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:48:31.782Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:48:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:48:41.326Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:48:41.326Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:49:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:49:31.780Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:49:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:49:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:49:31.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:49:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:49:41.333Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:49:41.340Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:50:31.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:50:31.783Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:50:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:50:31.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:50:31.784Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:50:31.785Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:50:41.345Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:50:41.346Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:51:31.778Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:51:31.780Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:51:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:51:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:51:31.783Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:51:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:51:41.336Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:51:41.336Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:52:31.778Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:52:31.780Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:52:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:52:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:52:31.782Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:52:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:52:41.339Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:52:41.339Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:31.778Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:53:31.779Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:53:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:53:31.784Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:53:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:32.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:32.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"32320697-01fb-4334-842e-779a5206c9b2","serviceName":"vFW 2022-11-24 05-52-22","serviceVersion":"1.0","serviceUUID":"c002ce60-ac1c-4fcf-ade9-72f832b7bb29","serviceDescription":"catalog service description","serviceInvariantUUID":"a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca","resources":[{"resourceInstanceName":"vFW 2dc9ae12-49cf 0","resourceName":"vFW 2dc9ae12-49cf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b44564c2-d54d-43cf-bb17-c285e5a8d183","resourceInvariantUUID":"64368a48-a48f-4fc9-9387-85ea588c553d","resourceCustomizationUUID":"4aafba5e-fae8-4d1d-9cf4-ff52ac979411","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml","artifactChecksum":"NTY5MjZiNmI3ZWZiYjc5MTQ0ZjRjMmE0MmUyMjNlOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83427c0d-83fa-4527-a57e-044fa5429b76","artifactVersion":"1"},{"artifactName":"vfw2dc9ae1249cf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json","artifactChecksum":"MThhMzA5NWQ0OTU0MjZiYTgzODk4MTdkNzAxMmE0ZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b6a831f6-e374-4ee5-a845-818ab1076ff6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a40978a3-99b4-40a6-b5a4-2655b8097a8d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDM1NjdlMjRmY2Q2YTQyYWQyNmY4NWJkODljZjg1Yjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a4f902ca-2e50-448b-b2cb-0898c9252804","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"477c4966-11bd-41e1-9fcf-58149bb39601","artifactVersion":"2","generatedFromUUID":"a40978a3-99b4-40a6-b5a4-2655b8097a8d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221124055222-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml","artifactChecksum":"Nzk3YWU3ZjJlMTYxMDQwY2VlOTdhODdlMzBhYWI3YjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63b43128-baeb-4de3-a18f-3d4ad5e54b21","artifactVersion":"1"},{"artifactName":"service-Vfw20221124055222-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar","artifactChecksum":"NjVjYTg2MWI1ZjEzOGJmZTI3MTdiYWVhOTk3Y2IwNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69bcae3d-5a11-4266-b4a5-0561fa68f148","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T05:53:32.438Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:53:32.447Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:32.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669269193417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.454Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:32.472Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:32.472Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269211778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "cds",
  "timestamp": 1669269201223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "aai-ml",
  "timestamp": 1669269196635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269203910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669269193417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "cds",
  "timestamp": 1669269201223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "aai-ml",
  "timestamp": 1669269196635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269203910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T05:53:32.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669269193417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "cds",
  "timestamp": 1669269201223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "aai-ml",
  "timestamp": 1669269196635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269205704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269203910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-24T05:53:32.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669269193417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "cds",
  "timestamp": 1669269201223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "aai-ml",
  "timestamp": 1669269196635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269205704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269203910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669269193417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "cds",
  "timestamp": 1669269201223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "aai-ml",
  "timestamp": 1669269196635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269205704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269203910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-24T05:53:32.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669269193417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "cds",
  "timestamp": 1669269201223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "aai-ml",
  "timestamp": 1669269196635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269205704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269203910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669269193417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "cds",
  "timestamp": 1669269201223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T05:53:32.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "aai-ml",
  "timestamp": 1669269196635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T05:53:32.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269205704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269203910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T05:53:32.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "aai-ml",
  "timestamp": 1669269209992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:53:32.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:53:32.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "cds",
  "timestamp": 1669269209363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:53:32.508Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:53:32.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269205704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:32.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269211683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:53:32.509Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:53:32.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "cds",
  "timestamp": 1669269210386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-11-24T05:53:32.573Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-24T05:53:32.577Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:32.577Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T05:53:32.594Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:32.596Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T05:53:32.760Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32320697-01fb-4334-842e-779a5206c9b2
2022-11-24T05:53:32.791Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32320697-01fb-4334-842e-779a5206c9b2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T05:53:32.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269205704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T05:53:32.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:53:32.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:53:32.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269212768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:53:32.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:53:33.480Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:53:33.481Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:33.483Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:33.483Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269211778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T05:53:33.583Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:33.585Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:33.585Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:33.596Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:33.597Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:34.484Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:53:34.486Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:34.489Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:34.489Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269211778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-24T05:53:34.589Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:34.590Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:34.590Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:34.608Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:34.609Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:35.490Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:53:35.491Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:35.493Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:35.493Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269211778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:35.594Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T05:53:35.595Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:35.595Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:35.607Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:35.608Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:36.494Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:53:36.496Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:36.499Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:36.499Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269211778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-24T05:53:36.599Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T05:53:36.600Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:36.600Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:36.614Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:36.614Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:37.500Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:53:37.502Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:37.505Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:37.506Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269211778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:53:37.605Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T05:53:37.607Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:37.607Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:37.638Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:37.639Z||pool-8-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:38.507Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:53:38.508Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:38.511Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:38.511Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269211778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T05:53:38.611Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:38.612Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:38.612Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:38.627Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:38.628Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:39.514Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "serviceName": "vFW 2022-11-24 05-52-22",
  "serviceVersion": "1.0",
  "serviceUUID": "c002ce60-ac1c-4fcf-ade9-72f832b7bb29",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca",
  "resources": [
    {
      "resourceInstanceName": "vFW 2dc9ae12-49cf 0",
      "resourceCustomizationUUID": "4aafba5e-fae8-4d1d-9cf4-ff52ac979411",
      "resourceName": "vFW 2dc9ae12-49cf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b44564c2-d54d-43cf-bb17-c285e5a8d183",
      "resourceInvariantUUID": "64368a48-a48f-4fc9-9387-85ea588c553d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2dc9ae1249cf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
          "artifactChecksum": "MThhMzA5NWQ0OTU0MjZiYTgzODk4MTdkNzAxMmE0ZjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b6a831f6-e374-4ee5-a845-818ab1076ff6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a40978a3-99b4-40a6-b5a4-2655b8097a8d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "477c4966-11bd-41e1-9fcf-58149bb39601",
            "generatedFromUUID": "a40978a3-99b4-40a6-b5a4-2655b8097a8d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "477c4966-11bd-41e1-9fcf-58149bb39601",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221124055222-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
      "artifactChecksum": "NjVjYTg2MWI1ZjEzOGJmZTI3MTdiYWVhOTk3Y2IwNTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "69bcae3d-5a11-4266-b4a5-0561fa68f148"
    }
  ],
  "workloadContext": "Production"
}
2022-11-24T05:53:39.516Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T05:53:39.516Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c002ce60-ac1c-4fcf-ade9-72f832b7bb29 ASDC
2022-11-24T05:53:39.667Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:32320697-01fb-4334-842e-779a5206c9b2
ServiceName:vFW 2022-11-24 05-52-22
ServiceVersion:1.0
ServiceUUID:c002ce60-ac1c-4fcf-ade9-72f832b7bb29
ServiceInvariantUUID:a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221124055222-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar
ArtifactUUID:69bcae3d-5a11-4266-b4a5-0561fa68f148
ArtifactChecksum:NjVjYTg2MWI1ZjEzOGJmZTI3MTdiYWVhOTk3Y2IwNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2dc9ae12-49cf 0
ResourceCustomizationUUID:4aafba5e-fae8-4d1d-9cf4-ff52ac979411
ResourceInvariantUUID:64368a48-a48f-4fc9-9387-85ea588c553d
ResourceName:vFW 2dc9ae12-49cf
ResourceType:VF
ResourceUUID:b44564c2-d54d-43cf-bb17-c285e5a8d183
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2dc9ae1249cf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json
ArtifactUUID:b6a831f6-e374-4ee5-a845-818ab1076ff6
ArtifactChecksum:MThhMzA5NWQ0OTU0MjZiYTgzODk4MTdkNzAxMmE0ZjQ=
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/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml
ArtifactUUID:a40978a3-99b4-40a6-b5a4-2655b8097a8d
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/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env
ArtifactUUID:477c4966-11bd-41e1-9fcf-58149bb39601
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/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env
ArtifactUUID:477c4966-11bd-41e1-9fcf-58149bb39601
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-24T05:53:39.668Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c002ce60-ac1c-4fcf-ade9-72f832b7bb29 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T05:53:39.735Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T05:53:39.736Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T05:53:39.737Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T05:53:39.737Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 69bcae3d-5a11-4266-b4a5-0561fa68f148 from URL: /sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:39.737Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T05:53:39.739Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:39.872Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T05:53:39.891Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar 69bcae3d-5a11-4266-b4a5-0561fa68f148 101495
2022-11-24T05:53:39.893Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar ASDC sendASDCNotification
2022-11-24T05:53:39.893Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:39.894Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:53:39.895Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:39.898Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:39.898Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269219891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:53:39.998Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:39.999Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:39.999Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:40.012Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:40.013Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:40.899Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T05:53:40.900Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T05:53:40.901Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 69bcae3d-5a11-4266-b4a5-0561fa68f148, URL: /sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar to file: /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:40.902Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221124055222-csar.csar
2022-11-24T05:53:41.026Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:41.026Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:41.784Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3970824519104538665/Definitions/service-Vfw20221124055222-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_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
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
2022-11-24T05:53:45.144Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T05:53:45.149Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-24T05:53:45.149Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.150Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-24T05:53:45.150Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.150Z|32320697-01fb-4334-842e-779a5206c9b2|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-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.150Z|32320697-01fb-4334-842e-779a5206c9b2|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-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.150Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2dc9ae12-49cf 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-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.150Z|32320697-01fb-4334-842e-779a5206c9b2|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-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.151Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.151Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.151Z|32320697-01fb-4334-842e-779a5206c9b2|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-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.151Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.151Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.152Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:45.152Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-24T05:53:45.158Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.160Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:45.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:45.165Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-24T05:53:45.166Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T05:53:45.168Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.168Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:45.169Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:45.169Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-24T05:53:45.169Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T05:53:45.170Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.170Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:45.173Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.174Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is not matching search criteria
2022-11-24T05:53:45.174Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T05:53:45.174Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T05:53:45.174Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T05:53:45.174Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.175Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.175Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T05:53:45.175Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.175Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T05:53:45.175Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T05:53:45.175Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.176Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.176Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T05:53:45.176Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.176Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T05:53:45.176Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.176Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-24T05:53:45.177Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.177Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T05:53:45.178Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.178Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:45.179Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:45.179Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.179Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:45.179Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:45.180Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.180Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:45.180Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:45.180Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.181Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is not matching search criteria
2022-11-24T05:53:45.181Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T05:53:45.181Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T05:53:45.181Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-24T05:53:45.181Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T05:53:45.182Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T05:53:45.182Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.182Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.183Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T05:53:45.183Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.183Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T05:53:45.183Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.183Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad40ccde-f639-4cd2-9380-07c42a30dbde
2022-11-24T05:53:45.184Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.184Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is not matching search criteria
2022-11-24T05:53:45.184Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T05:53:45.185Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T05:53:45.185Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T05:53:45.185Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.185Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.186Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T05:53:45.186Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.186Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-24T05:53:45.186Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T05:53:45.187Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.187Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T05:53:45.187Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.187Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3bf1f0cc-1c60-4825-98c6-e6f02e9d64f1
2022-11-24T05:53:45.188Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.188Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is not matching search criteria
2022-11-24T05:53:45.188Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T05:53:45.189Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T05:53:45.189Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T05:53:45.189Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.189Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.190Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T05:53:45.190Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.190Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T05:53:45.190Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T05:53:45.191Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:45.191Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:45.191Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-24T05:53:45.192Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0f069e36-f53f-4f2e-9136-986d4ed4a1e1
2022-11-24T05:53:45.192Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.192Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:45.193Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.193Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:45.193Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.194Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:45.194Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:45.194Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:45.195Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-24 05-52-22
Description:catalog service description
Model UUID:c002ce60-ac1c-4fcf-ade9-72f832b7bb29
Model Version:NULL
Model InvariantUuid:a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2dc9ae12-49cf
Model UUID:805fd1b8-0544-40de-b797-6eaa3dcfa63f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:64368a48-a48f-4fc9-9387-85ea588c553d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4aafba5e-fae8-4d1d-9cf4-ff52ac979411
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ca74c186-c597-498b-98c2-4db364ac714a
ModelName:Vfw2dc9ae1249cf..base_vfw..module-0
ModelUuid:a4a0ac42-7f7b-42a7-bad5-0c0a4fea5f98
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ad40ccde-f639-4cd2-9380-07c42a30dbde
ModelInvariantUuid:9b00ba54-bdfb-4f78-b5b1-7731454646ca
ModelName:vFW 2dc9ae12-49cf-nodes.vfwCvfc
ModelUuid:259d7d84-71a5-45c6-af73-3e38d3a7782b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1a040160-c446-47a4-a9ef-982d40c35a30
ModelInvariantUuid:055bce3d-731e-4d82-821d-438c22d66888
ModelName:Vfw2dc9ae1249cf.compute.nodes.heat.vfw
ModelUuid:850a6677-305d-4531-97fd-94215419631f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3bf1f0cc-1c60-4825-98c6-e6f02e9d64f1
ModelInvariantUuid:2183ad2b-e614-4f44-85ed-88ee40ceaaef
ModelName:vFW 2dc9ae12-49cf-nodes.vsnCvfc
ModelUuid:fa178828-7d0e-4c03-be21-027ea6b991a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b57e266f-7880-4af4-831a-666d3a5bf073
ModelInvariantUuid:89039233-ee3d-4df1-af33-fb3e7976dcf4
ModelName:Vfw2dc9ae1249cf.compute.nodes.heat.vsn
ModelUuid:eebf2bb2-0836-4d6a-8c26-8586140c88a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0f069e36-f53f-4f2e-9136-986d4ed4a1e1
ModelInvariantUuid:76ca0def-2f95-4f58-81f0-d74d505c3e44
ModelName:vFW 2dc9ae12-49cf-nodes.vpgCvfc
ModelUuid:fe36a108-e815-4e67-9920-bca9c260d232
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2c0e13b2-c165-4338-99d2-c87f49155ddb
ModelInvariantUuid:67fb6950-99c0-48f8-9623-19235b866fda
ModelName:Vfw2dc9ae1249cf.compute.nodes.heat.vpg
ModelUuid:ef7681e8-8df3-43a4-87d1-44ba5a86e83e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-24T05:53:45.208Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b44564c2-d54d-43cf-bb17-c285e5a8d183
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T05:53:45.364Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||vFW 2dc9ae12-49cf 0
2022-11-24T05:53:45.371Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b44564c2-d54d-43cf-bb17-c285e5a8d183
2022-11-24T05:53:45.371Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b6a831f6-e374-4ee5-a845-818ab1076ff6 from URL: /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json
2022-11-24T05:53:45.371Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T05:53:45.371Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json
2022-11-24T05:53:45.458Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T05:53:45.459Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json b6a831f6-e374-4ee5-a845-818ab1076ff6 785
2022-11-24T05:53:45.460Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json ASDC sendASDCNotification
2022-11-24T05:53:45.460Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json
2022-11-24T05:53:45.460Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:53:45.461Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:45.464Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:45.464Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269225460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:53:45.564Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:45.566Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:45.566Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:45.579Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:45.580Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:46.465Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2dc9ae1249cf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ca74c186-c597-498b-98c2-4db364ac714a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4a0ac42-7f7b-42a7-bad5-0c0a4fea5f98",
    "vfModuleModelCustomizationUUID": "7ddf22a5-7d54-4930-be80-5d85b67f9ea6",
    "isBase": true,
    "artifacts": [
      "a40978a3-99b4-40a6-b5a4-2655b8097a8d",
      "477c4966-11bd-41e1-9fcf-58149bb39601"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-24T05:53:46.482Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2dc9ae1249cf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4a0ac42-7f7b-42a7-bad5-0c0a4fea5f98
VfModuleModelInvariantUUID:ca74c186-c597-498b-98c2-4db364ac714a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a40978a3-99b4-40a6-b5a4-2655b8097a8d
,
477c4966-11bd-41e1-9fcf-58149bb39601

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

isBase:true


}

2022-11-24T05:53:46.485Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2dc9ae1249cf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ca74c186-c597-498b-98c2-4db364ac714a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4a0ac42-7f7b-42a7-bad5-0c0a4fea5f98",
    "vfModuleModelCustomizationUUID": "7ddf22a5-7d54-4930-be80-5d85b67f9ea6",
    "isBase": true,
    "artifacts": [
      "a40978a3-99b4-40a6-b5a4-2655b8097a8d",
      "477c4966-11bd-41e1-9fcf-58149bb39601"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-24T05:53:46.486Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2dc9ae1249cf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4a0ac42-7f7b-42a7-bad5-0c0a4fea5f98
VfModuleModelInvariantUUID:ca74c186-c597-498b-98c2-4db364ac714a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a40978a3-99b4-40a6-b5a4-2655b8097a8d
,
477c4966-11bd-41e1-9fcf-58149bb39601

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

isBase:true


}

2022-11-24T05:53:46.486Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a40978a3-99b4-40a6-b5a4-2655b8097a8d from URL: /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml
2022-11-24T05:53:46.486Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T05:53:46.486Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml
2022-11-24T05:53:46.541Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T05:53:46.542Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml a40978a3-99b4-40a6-b5a4-2655b8097a8d 20368
2022-11-24T05:53:46.542Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-24T05:53:46.542Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml
2022-11-24T05:53:46.542Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:53:46.543Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:46.546Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:46.546Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269226542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:53:46.646Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:46.648Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:46.648Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:46.661Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:46.662Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:47.547Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 477c4966-11bd-41e1-9fcf-58149bb39601 from URL: /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env
2022-11-24T05:53:47.548Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T05:53:47.548Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env
2022-11-24T05:53:47.595Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T05:53:47.595Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env 477c4966-11bd-41e1-9fcf-58149bb39601 2098
2022-11-24T05:53:47.596Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-24T05:53:47.596Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env
2022-11-24T05:53:47.596Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:53:47.596Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:47.599Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:47.599Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269227596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:53:47.699Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:47.701Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:47.701Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:47.714Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:47.715Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-24T05:53:48.604Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c002ce60-ac1c-4fcf-ade9-72f832b7bb29
2022-11-24T05:53:48.604Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2dc9ae12-49cf 0 b44564c2-d54d-43cf-bb17-c285e5a8d183 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T05:53:48.657Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28937331, org.onap.sdc.toscaparser.api.parameters.Input@5e97486c, org.onap.sdc.toscaparser.api.parameters.Input@7097849b, org.onap.sdc.toscaparser.api.parameters.Input@4275df16, org.onap.sdc.toscaparser.api.parameters.Input@71cc3692]
2022-11-24T05:53:48.662Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.663Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.663Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-24T05:53:48.664Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 4aafba5e-fae8-4d1d-9cf4-ff52ac979411
2022-11-24T05:53:48.664Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4aafba5e-fae8-4d1d-9cf4-ff52ac979411 matches Tosca VF Customization UUID: 4aafba5e-fae8-4d1d-9cf4-ff52ac979411
2022-11-24T05:53:48.664Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 4aafba5e-fae8-4d1d-9cf4-ff52ac979411  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-24T05:53:48.687Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.687Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.689Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 4aafba5e-fae8-4d1d-9cf4-ff52ac979411: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-24T05:53:48.690Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a81b976
2022-11-24T05:53:48.690Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.690Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T05:53:48.691Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ddf22a5-7d54-4930-be80-5d85b67f9ea6
2022-11-24T05:53:48.692Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ddf22a5-7d54-4930-be80-5d85b67f9ea6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-24T05:53:48.700Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.701Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:48.701Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:48.702Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.702Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:48.702Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:48.702Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.703Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is not matching search criteria
2022-11-24T05:53:48.703Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T05:53:48.703Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T05:53:48.703Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-24T05:53:48.703Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T05:53:48.703Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T05:53:48.704Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.704Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:48.704Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T05:53:48.704Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:48.704Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T05:53:48.704Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.705Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad40ccde-f639-4cd2-9380-07c42a30dbde
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-24T05:53:48.717Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.717Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:48.718Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:48.718Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.718Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is not matching search criteria
2022-11-24T05:53:48.718Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T05:53:48.718Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T05:53:48.719Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T05:53:48.719Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.719Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:48.719Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T05:53:48.719Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.719Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-24T05:53:48.720Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-24T05:53:48.720Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:48.720Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-24T05:53:48.720Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.720Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3bf1f0cc-1c60-4825-98c6-e6f02e9d64f1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-24T05:53:48.723Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.723Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:48.723Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:48.726Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.726Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is not matching search criteria
2022-11-24T05:53:48.726Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-24T05:53:48.726Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-24T05:53:48.726Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-24T05:53:48.727Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.727Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:48.727Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-24T05:53:48.727Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.727Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-24T05:53:48.728Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-24T05:53:48.728Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-24T05:53:48.728Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-24T05:53:48.728Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-24T05:53:48.728Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0f069e36-f53f-4f2e-9136-986d4ed4a1e1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-24T05:53:48.731Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.731Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:48.732Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:53:48.732Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.732Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Node template vFW 2dc9ae12-49cf 0 is matching search criteria
2022-11-24T05:53:48.733Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2dc9ae12-49cf 0] matching following query criteria: sdcType=VF, customizationUUID=4aafba5e-fae8-4d1d-9cf4-ff52ac979411
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T05:53:48.736Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.736Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.736Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c002ce60-ac1c-4fcf-ade9-72f832b7bb29: vFW 2dc9ae12-49cf
2022-11-24T05:53:48.737Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.737Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.737Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.737Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.738Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.738Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.738Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.739Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.739Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:53:48.739Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-24 05-52-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:53:48.739Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-11-24 05-52-22 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T05:53:49.025Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2dc9ae12-49cf b44564c2-d54d-43cf-bb17-c285e5a8d183 1 ASDC deployResourceStructure
2022-11-24T05:53:49.025Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json ASDC sendASDCNotification
2022-11-24T05:53:49.026Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json
2022-11-24T05:53:49.026Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:53:49.026Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:49.028Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:49.028Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269229025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T05:53:49.129Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:49.130Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:49.130Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:49.142Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:49.143Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:50.030Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-24T05:53:50.030Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml
2022-11-24T05:53:50.030Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:53:50.030Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:50.033Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:50.033Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269230029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-24T05:53:50.133Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:50.136Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:50.136Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:50.148Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:50.149Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:51.040Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-24T05:53:51.040Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env
2022-11-24T05:53:51.040Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:53:51.041Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:51.043Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:51.043Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269231039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-24T05:53:51.143Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:51.144Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:51.145Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:51.155Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:51.156Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:52.044Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar ASDC sendASDCNotification
2022-11-24T05:53:52.044Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar
2022-11-24T05:53:52.044Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:53:52.045Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:53:52.047Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:53:52.047Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269232043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T05:53:52.147Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:53:52.149Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:53:52.149Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:53:52.160Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:53:52.160Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:53:53.048Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T05:53:53.073Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T05:53:53.079Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T05:53:53.079Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T05:53:53.079Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T05:54:23.080Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T05:54:23.097Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T05:54:23.099Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T05:54:23.100Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T05:54:23.100Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T05:54:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:54:31.783Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:54:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:54:31.914Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:54:31.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:54:31.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269213550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:54:31.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:54:53.101Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T05:54:53.125Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T05:54:53.128Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T05:54:53.128Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T05:54:53.129Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T05:55:23.129Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T05:55:23.143Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T05:55:23.145Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T05:55:23.145Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T05:55:23.146Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T05:55:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:55:31.786Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:55:31.787Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:55:31.826Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:55:31.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269211778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:55:31.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:55:31.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269213836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:55:31.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269211778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T05:55:31.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:55:31.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269214994,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T05:55:31.849Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32320697-01fb-4334-842e-779a5206c9b2
2022-11-24T05:55:31.849Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32320697-01fb-4334-842e-779a5206c9b2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T05:55:31.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269211778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-24T05:55:31.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:55:31.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269216000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T05:55:31.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269211778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:55:31.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:55:31.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269211778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-24T05:55:31.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:55:31.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269211778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:55:31.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:55:31.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269211778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T05:55:31.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:55:31.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269219744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T05:55:31.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269220749,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T05:55:31.877Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32320697-01fb-4334-842e-779a5206c9b2
2022-11-24T05:55:31.877Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32320697-01fb-4334-842e-779a5206c9b2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T05:55:31.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269219891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:55:31.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269225460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:55:31.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "aai-ml",
  "timestamp": 1669269226101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T05:55:31.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269226542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:55:31.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "aai-ml",
  "timestamp": 1669269227108,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T05:55:31.895Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32320697-01fb-4334-842e-779a5206c9b2
2022-11-24T05:55:31.895Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32320697-01fb-4334-842e-779a5206c9b2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T05:55:31.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269227596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:55:31.911Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269229025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/vfw2dc9ae1249cf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T05:55:31.911Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269230029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-24T05:55:31.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269231039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/resourceInstances/vfw2dc9ae1249cf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-24T05:55:31.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:31.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:55:31.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269232043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221124055222/1.0/artifacts/service-Vfw20221124055222-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T05:55:31.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:55:53.146Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T05:55:53.159Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T05:55:53.163Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T05:55:53.163Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T05:55:53.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T05:55:53.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T05:55:53.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T05:55:53.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T05:55:53.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T05:55:53.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T05:55:53.164Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T05:55:53.165Z|32320697-01fb-4334-842e-779a5206c9b2|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=?
2022-11-24T05:55:53.170Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T05:56:23.171Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32320697-01fb-4334-842e-779a5206c9b2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-24T05:56:23.195Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32320697-01fb-4334-842e-779a5206c9b2 and serviceModelVersionId: c002ce60-ac1c-4fcf-ade9-72f832b7bb29
2022-11-24T05:56:23.196Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca
2022-11-24T05:56:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:56:31.785Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:56:31.785Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:32.323Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:56:32.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269283910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "aai-ml",
  "timestamp": 1669269286635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269283910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T05:56:32.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "aai-ml",
  "timestamp": 1669269286635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269283910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-24T05:56:32.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "aai-ml",
  "timestamp": 1669269286635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269283910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "aai-ml",
  "timestamp": 1669269286635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "cds",
  "timestamp": 1669269291223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269283910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-24T05:56:32.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "aai-ml",
  "timestamp": 1669269286635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "cds",
  "timestamp": 1669269291223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269283910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669269293417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "aai-ml",
  "timestamp": 1669269286635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "cds",
  "timestamp": 1669269291223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269283910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T05:56:32.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669269293417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "aai-ml",
  "timestamp": 1669269286635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T05:56:32.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269295704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "cds",
  "timestamp": 1669269291223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669269293417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269297203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:56:32.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "aai-ml",
  "timestamp": 1669269296193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:56:32.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269295704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "cds",
  "timestamp": 1669269291223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669269293417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269298264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:56:32.343Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269295704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "cds",
  "timestamp": 1669269291223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669269293417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269299313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:56:32.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269295704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "cds",
  "timestamp": 1669269291223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T05:56:32.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669269293417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269300339,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T05:56:32.412Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30865d16-7bd2-4b8c-90e9-6bb4205078d9
2022-11-24T05:56:32.413Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30865d16-7bd2-4b8c-90e9-6bb4205078d9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T05:56:32.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269295704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "cds",
  "timestamp": 1669269299013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:56:32.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669269293417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669269301345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T05:56:32.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269295704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:32.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "cds",
  "timestamp": 1669269300020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T05:56:32.441Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 30865d16-7bd2-4b8c-90e9-6bb4205078d9
2022-11-24T05:56:32.442Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30865d16-7bd2-4b8c-90e9-6bb4205078d9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T05:56:32.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269295704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T05:56:32.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:56:32.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269303526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:56:32.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "aai-ml",
  "timestamp": 1669269303467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T05:56:32.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "aai-ml",
  "timestamp": 1669269304472,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T05:56:32.468Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 30865d16-7bd2-4b8c-90e9-6bb4205078d9
2022-11-24T05:56:32.469Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30865d16-7bd2-4b8c-90e9-6bb4205078d9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T05:56:32.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269306010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T05:56:32.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:56:32.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-24T05:56:32.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669269307014,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T05:56:32.495Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 30865d16-7bd2-4b8c-90e9-6bb4205078d9
2022-11-24T05:56:32.495Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30865d16-7bd2-4b8c-90e9-6bb4205078d9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T05:56:39.686Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0
2022-11-24T05:56:39.811Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T05:56:40.359Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0|INFO|500||Invoke
2022-11-24T05:56:40.368Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[32320697-01fb-4334-842e-779a5206c9b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47013415-3c0f-4f77-9b9a-4abb018bfc8b], X-ECOMP-RequestID=[32320697-01fb-4334-842e-779a5206c9b2], X-TransactionId=[], X-ONAP-RequestID=[32320697-01fb-4334-842e-779a5206c9b2], Content-Type=[application/merge-patch+json]}
2022-11-24T05:56:40.503Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-24T05:56:40.690Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?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/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 05:56:40 GMT], content-length=[0], vertex-id=[217208], x-aai-txid=[2-aai-resources-221124-05:56:40:229-5268], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T05:56:40.693Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-24T05:56:40.694Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2bcf9d9-6e49-41cd-b4b8-fd924fd364ca/model-vers/model-ver/c002ce60-ac1c-4fcf-ade9-72f832b7bb29?depth=0|INFO|500||InvokeReturn
2022-11-24T05:56:40.698Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T05:56:40.698Z|32320697-01fb-4334-842e-779a5206c9b2|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=?
2022-11-24T05:56:40.707Z|32320697-01fb-4334-842e-779a5206c9b2|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)
2022-11-24T05:56:40.708Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32320697-01fb-4334-842e-779a5206c9b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T05:56:40.710Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T05:56:40.710Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:40.713Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:40.713Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269400708,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T05:56:40.813Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T05:56:40.815Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:56:40.815Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:40.834Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:56:40.835Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T05:56:41.732Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:56:41.733Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:56:41.733Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:47.422Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:56:47.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-24T05:56:47.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"30865d16-7bd2-4b8c-90e9-6bb4205078d9","serviceName":"basic_onboard_sRkgii","serviceVersion":"1.0","serviceUUID":"30f2d518-4b0b-4624-90b0-fb58c4677511","serviceDescription":"service","serviceInvariantUUID":"db7ed8fe-19b1-4773-92bd-a316dcc861fe","resources":[{"resourceInstanceName":"basic_onboard_sRkgii 0","resourceName":"basic_onboard_sRkgii","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bfc0ff3d-87fb-4bd1-8734-44bc4c8cf75b","resourceInvariantUUID":"16c64d1b-88ee-42db-9b64-4271bd34c9df","resourceCustomizationUUID":"c5fb5f51-8427-4392-89ad-ff5f28dffc58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml","artifactChecksum":"Njk1YzcwMzUxMWQ3YTg1YmIwZDFhMDJmOTBkZjY3NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d65acf0d-db4f-45a9-aa5f-ff917f374a55","artifactVersion":"1"},{"artifactName":"basic_onboard_srkgii0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json","artifactChecksum":"MGNiNjA1YTIxMWY5NjYxMDVkMjgwZDY3N2RkYmY4NWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"686379ab-005f-410c-b1f9-8b8f1e1ece99","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7f7bdec5-280f-46cc-92e6-ad22161bfd66","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3e7afe04-d050-4fb2-8363-9b21efc6bf18","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f5a7dba9-6422-4e3d-8a5e-0f51598584ec","artifactVersion":"2","generatedFromUUID":"7f7bdec5-280f-46cc-92e6-ad22161bfd66"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSrkgii-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml","artifactChecksum":"ZmJhMjUyYTMxMTc3MjdlODZmZDM3ZDAyNzBlNGExNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c272a96-f22e-4d3e-94dc-93cfc4262d3d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSrkgii-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar","artifactChecksum":"MjAwOGQ4YmYzOWU3OTliNTJhMTQ5MjEyZmZiZGVjY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d7153df-9eae-4223-b273-7db79d6e863c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T05:56:47.431Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:56:47.432Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:47.435Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:47.435Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269401732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:47.535Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T05:56:47.537Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:56:47.537Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:47.551Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:56:47.552Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:56:48.436Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:56:48.438Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:48.440Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:48.440Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269401732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T05:56:48.540Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:48.541Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:56:48.542Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:48.556Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:56:48.556Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-24T05:56:49.441Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:56:49.442Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:49.445Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:49.445Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269401732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-24T05:56:49.544Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T05:56:49.546Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:56:49.546Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:49.560Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:56:49.561Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:56:50.446Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:56:50.448Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:50.451Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:50.452Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269401732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:50.563Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-11-24T05:56:50.564Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:56:50.564Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:50.578Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:56:50.578Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:56:51.453Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:56:51.453Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:51.455Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:51.456Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269401732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-24T05:56:51.556Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:51.557Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:56:51.557Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:51.568Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:56:51.569Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:56:52.456Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:56:52.457Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:52.459Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:52.459Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269401732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:56:52.561Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:52.562Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:56:52.562Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:52.575Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:56:52.576Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-24T05:56:53.460Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T05:56:53.461Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:53.463Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:53.464Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269401732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T05:56:53.564Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:53.565Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:56:53.566Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:53.578Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:56:53.578Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:56:54.467Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "serviceName": "basic_onboard_sRkgii",
  "serviceVersion": "1.0",
  "serviceUUID": "30f2d518-4b0b-4624-90b0-fb58c4677511",
  "serviceDescription": "service",
  "serviceInvariantUUID": "db7ed8fe-19b1-4773-92bd-a316dcc861fe",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_sRkgii 0",
      "resourceCustomizationUUID": "c5fb5f51-8427-4392-89ad-ff5f28dffc58",
      "resourceName": "basic_onboard_sRkgii",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bfc0ff3d-87fb-4bd1-8734-44bc4c8cf75b",
      "resourceInvariantUUID": "16c64d1b-88ee-42db-9b64-4271bd34c9df",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_srkgii0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
          "artifactChecksum": "MGNiNjA1YTIxMWY5NjYxMDVkMjgwZDY3N2RkYmY4NWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "686379ab-005f-410c-b1f9-8b8f1e1ece99",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7f7bdec5-280f-46cc-92e6-ad22161bfd66",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f5a7dba9-6422-4e3d-8a5e-0f51598584ec",
            "generatedFromUUID": "7f7bdec5-280f-46cc-92e6-ad22161bfd66"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f5a7dba9-6422-4e3d-8a5e-0f51598584ec",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSrkgii-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
      "artifactChecksum": "MjAwOGQ4YmYzOWU3OTliNTJhMTQ5MjEyZmZiZGVjY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9d7153df-9eae-4223-b273-7db79d6e863c"
    }
  ],
  "workloadContext": "Production"
}
2022-11-24T05:56:54.468Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T05:56:54.468Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 30f2d518-4b0b-4624-90b0-fb58c4677511 ASDC
2022-11-24T05:56:54.469Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:30865d16-7bd2-4b8c-90e9-6bb4205078d9
ServiceName:basic_onboard_sRkgii
ServiceVersion:1.0
ServiceUUID:30f2d518-4b0b-4624-90b0-fb58c4677511
ServiceInvariantUUID:db7ed8fe-19b1-4773-92bd-a316dcc861fe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSrkgii-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar
ArtifactUUID:9d7153df-9eae-4223-b273-7db79d6e863c
ArtifactChecksum:MjAwOGQ4YmYzOWU3OTliNTJhMTQ5MjEyZmZiZGVjY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_sRkgii 0
ResourceCustomizationUUID:c5fb5f51-8427-4392-89ad-ff5f28dffc58
ResourceInvariantUUID:16c64d1b-88ee-42db-9b64-4271bd34c9df
ResourceName:basic_onboard_sRkgii
ResourceType:VF
ResourceUUID:bfc0ff3d-87fb-4bd1-8734-44bc4c8cf75b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_srkgii0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json
ArtifactUUID:686379ab-005f-410c-b1f9-8b8f1e1ece99
ArtifactChecksum:MGNiNjA1YTIxMWY5NjYxMDVkMjgwZDY3N2RkYmY4NWM=
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/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7f7bdec5-280f-46cc-92e6-ad22161bfd66
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/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env
ArtifactUUID:f5a7dba9-6422-4e3d-8a5e-0f51598584ec
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/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env
ArtifactUUID:f5a7dba9-6422-4e3d-8a5e-0f51598584ec
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-24T05:56:54.469Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 30f2d518-4b0b-4624-90b0-fb58c4677511 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T05:56:54.504Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T05:56:54.504Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-24T05:56:54.505Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-24T05:56:54.505Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9d7153df-9eae-4223-b273-7db79d6e863c from URL: /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:54.505Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-24T05:56:54.505Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:54.586Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-24T05:56:54.590Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar 9d7153df-9eae-4223-b273-7db79d6e863c 75663
2022-11-24T05:56:54.590Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar ASDC sendASDCNotification
2022-11-24T05:56:54.591Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:54.591Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:56:54.591Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:54.593Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:54.593Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269414590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:56:54.693Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:54.695Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:56:54.695Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:54.707Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:56:54.707Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:56:55.594Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T05:56:55.596Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-24T05:56:55.597Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9d7153df-9eae-4223-b273-7db79d6e863c, URL: /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar to file: /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:55.597Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:55.598Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:55.598Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:55.753Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17144355292027276397/Definitions/service-BasicOnboardSrkgii-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-24T05:56:57.192Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T05:56:57.192Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-24T05:56:57.193Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.193Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-24T05:56:57.193Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.193Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sRkgii 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-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.193Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||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-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.193Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||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-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.194Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||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-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.194Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.194Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||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-BasicOnboardSrkgii-csar.csar
2022-11-24T05:56:57.194Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-24T05:56:57.195Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:56:57.195Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:56:57.195Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:56:57.195Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-24T05:56:57.195Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T05:56:57.196Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:56:57.196Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:56:57.196Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:56:57.196Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-24T05:56:57.196Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T05:56:57.197Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:56:57.197Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:56:57.197Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:56:57.197Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is not matching search criteria
2022-11-24T05:56:57.198Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-24T05:56:57.198Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-24T05:56:57.198Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-24T05:56:57.198Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-24T05:56:57.198Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-24T05:56:57.199Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:56:57.199Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T05:56:57.199Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:56:57.200Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:56:57.200Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:56:57.200Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:56:57.200Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:56:57.201Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:56:57.201Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:56:57.201Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:56:57.201Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:56:57.201Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:56:57.202Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is not matching search criteria
2022-11-24T05:56:57.202Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-24T05:56:57.202Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-24T05:56:57.202Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bca838b2-9d79-4f0e-9b58-4e9b605bdf36
2022-11-24T05:56:57.202Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:56:57.203Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:56:57.203Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:56:57.203Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:56:57.203Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:56:57.203Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:56:57.204Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:56:57.204Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:56:57.204Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_sRkgii
Description:service
Model UUID:30f2d518-4b0b-4624-90b0-fb58c4677511
Model Version:NULL
Model InvariantUuid:db7ed8fe-19b1-4773-92bd-a316dcc861fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_sRkgii
Model UUID:167d601e-ceff-41f9-abd2-9f82072d3088
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:16c64d1b-88ee-42db-9b64-4271bd34c9df
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c5fb5f51-8427-4392-89ad-ff5f28dffc58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:97e01373-968a-40ec-9c4b-cd7099bac79e
ModelName:BasicOnboardSrkgii..base_ubuntu18..module-0
ModelUuid:bdaa35e4-9191-4c38-8f54-93dc24b4cc03
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bca838b2-9d79-4f0e-9b58-4e9b605bdf36
ModelInvariantUuid:a0927331-8fd4-4e9a-9c4e-b22dee4d188c
ModelName:basic_onboard_sRkgii-nodes.ubuntu18Cvfc
ModelUuid:91e6084e-0a29-4bd2-a2c6-4dbced3fb7fd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7dd17377-bc99-4295-b9fc-22f66d9ae1b5
ModelInvariantUuid:37823687-6717-41c7-91b9-5b7c32218339
ModelName:BasicOnboardSrkgii.compute.nodes.heat.ubuntu18
ModelUuid:8ec15dc0-8c08-4d8d-b257-de92165cb6af
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-24T05:56:57.214Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: bfc0ff3d-87fb-4bd1-8734-44bc4c8cf75b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T05:56:57.220Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||basic_onboard_sRkgii 0
2022-11-24T05:56:57.220Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bfc0ff3d-87fb-4bd1-8734-44bc4c8cf75b
2022-11-24T05:56:57.220Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 686379ab-005f-410c-b1f9-8b8f1e1ece99 from URL: /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json
2022-11-24T05:56:57.220Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-24T05:56:57.220Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json
2022-11-24T05:56:57.267Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-24T05:56:57.268Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json 686379ab-005f-410c-b1f9-8b8f1e1ece99 798
2022-11-24T05:56:57.268Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json ASDC sendASDCNotification
2022-11-24T05:56:57.268Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json
2022-11-24T05:56:57.269Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:56:57.269Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:57.272Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:57.272Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269417268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:56:57.372Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:57.374Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:56:57.374Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:57.389Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:56:57.391Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-24T05:56:58.273Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSrkgii..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "97e01373-968a-40ec-9c4b-cd7099bac79e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bdaa35e4-9191-4c38-8f54-93dc24b4cc03",
    "vfModuleModelCustomizationUUID": "c367bc8c-5a87-430f-a104-131084b5ad43",
    "isBase": true,
    "artifacts": [
      "7f7bdec5-280f-46cc-92e6-ad22161bfd66",
      "f5a7dba9-6422-4e3d-8a5e-0f51598584ec"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-24T05:56:58.280Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSrkgii..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bdaa35e4-9191-4c38-8f54-93dc24b4cc03
VfModuleModelInvariantUUID:97e01373-968a-40ec-9c4b-cd7099bac79e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f7bdec5-280f-46cc-92e6-ad22161bfd66
,
f5a7dba9-6422-4e3d-8a5e-0f51598584ec

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

isBase:true


}

2022-11-24T05:56:58.282Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSrkgii..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "97e01373-968a-40ec-9c4b-cd7099bac79e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bdaa35e4-9191-4c38-8f54-93dc24b4cc03",
    "vfModuleModelCustomizationUUID": "c367bc8c-5a87-430f-a104-131084b5ad43",
    "isBase": true,
    "artifacts": [
      "7f7bdec5-280f-46cc-92e6-ad22161bfd66",
      "f5a7dba9-6422-4e3d-8a5e-0f51598584ec"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-24T05:56:58.282Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSrkgii..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bdaa35e4-9191-4c38-8f54-93dc24b4cc03
VfModuleModelInvariantUUID:97e01373-968a-40ec-9c4b-cd7099bac79e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f7bdec5-280f-46cc-92e6-ad22161bfd66
,
f5a7dba9-6422-4e3d-8a5e-0f51598584ec

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

isBase:true


}

2022-11-24T05:56:58.282Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7f7bdec5-280f-46cc-92e6-ad22161bfd66 from URL: /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml
2022-11-24T05:56:58.283Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-24T05:56:58.283Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml
2022-11-24T05:56:58.376Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-24T05:56:58.377Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml 7f7bdec5-280f-46cc-92e6-ad22161bfd66 5033
2022-11-24T05:56:58.377Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-24T05:56:58.378Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml
2022-11-24T05:56:58.378Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:56:58.378Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:58.381Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:58.381Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269418377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:56:58.481Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:58.482Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:56:58.482Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:58.498Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:56:58.499Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:56:59.382Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f5a7dba9-6422-4e3d-8a5e-0f51598584ec from URL: /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env
2022-11-24T05:56:59.383Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-24T05:56:59.383Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env
2022-11-24T05:56:59.484Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-24T05:56:59.485Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env f5a7dba9-6422-4e3d-8a5e-0f51598584ec 909
2022-11-24T05:56:59.485Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-24T05:56:59.485Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env
2022-11-24T05:56:59.486Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T05:56:59.486Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:56:59.489Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:56:59.489Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269419485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:56:59.589Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:56:59.590Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:56:59.590Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:56:59.603Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:56:59.604Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:57:00.490Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 30f2d518-4b0b-4624-90b0-fb58c4677511
2022-11-24T05:57:00.491Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sRkgii 0 bfc0ff3d-87fb-4bd1-8734-44bc4c8cf75b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T05:57:00.504Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a4313ed, org.onap.sdc.toscaparser.api.parameters.Input@1a8aead2, org.onap.sdc.toscaparser.api.parameters.Input@284073b4, org.onap.sdc.toscaparser.api.parameters.Input@3a2e7acf, org.onap.sdc.toscaparser.api.parameters.Input@28e0da1c]
2022-11-24T05:57:00.507Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:57:00.507Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.507Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-11-24T05:57:00.508Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c5fb5f51-8427-4392-89ad-ff5f28dffc58
2022-11-24T05:57:00.508Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c5fb5f51-8427-4392-89ad-ff5f28dffc58 matches Tosca VF Customization UUID: c5fb5f51-8427-4392-89ad-ff5f28dffc58
2022-11-24T05:57:00.508Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c5fb5f51-8427-4392-89ad-ff5f28dffc58  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-24T05:57:00.511Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:57:00.511Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.512Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c5fb5f51-8427-4392-89ad-ff5f28dffc58: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-24T05:57:00.512Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b6887c
2022-11-24T05:57:00.512Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:57:00.512Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T05:57:00.512Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c367bc8c-5a87-430f-a104-131084b5ad43
2022-11-24T05:57:00.512Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c367bc8c-5a87-430f-a104-131084b5ad43
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-24T05:57:00.515Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:57:00.515Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:57:00.516Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:57:00.516Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:57:00.516Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:57:00.516Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:57:00.516Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:57:00.517Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is not matching search criteria
2022-11-24T05:57:00.517Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-24T05:57:00.517Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-24T05:57:00.517Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bca838b2-9d79-4f0e-9b58-4e9b605bdf36
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-24T05:57:00.519Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:57:00.519Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:57:00.520Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T05:57:00.520Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:57:00.520Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sRkgii 0 is matching search criteria
2022-11-24T05:57:00.520Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sRkgii 0] matching following query criteria: sdcType=VF, customizationUUID=c5fb5f51-8427-4392-89ad-ff5f28dffc58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T05:57:00.522Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:57:00.522Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.522Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 30f2d518-4b0b-4624-90b0-fb58c4677511: basic_onboard_sRkgii
2022-11-24T05:57:00.522Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:57:00.522Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.523Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:57:00.523Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.523Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:57:00.523Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.523Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:57:00.524Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.524Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T05:57:00.524Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sRkgii is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T05:57:00.524Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_sRkgii 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T05:57:00.607Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_sRkgii bfc0ff3d-87fb-4bd1-8734-44bc4c8cf75b 1 ASDC deployResourceStructure
2022-11-24T05:57:00.607Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json ASDC sendASDCNotification
2022-11-24T05:57:00.608Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json
2022-11-24T05:57:00.608Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:57:00.609Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:57:00.611Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:57:00.612Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269420607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T05:57:00.712Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:57:00.713Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:57:00.713Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:00.727Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:57:00.728Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:57:01.613Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-24T05:57:01.613Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml
2022-11-24T05:57:01.613Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:57:01.614Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:57:01.616Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:57:01.616Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269421612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-24T05:57:01.717Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:57:01.718Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:57:01.718Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:01.731Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:57:01.731Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:57:02.617Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-24T05:57:02.618Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env
2022-11-24T05:57:02.618Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:57:02.619Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:57:02.621Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:57:02.621Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269422617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-24T05:57:02.721Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:57:02.722Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:57:02.723Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:02.740Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:57:02.741Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:57:03.622Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar ASDC sendASDCNotification
2022-11-24T05:57:03.623Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar
2022-11-24T05:57:03.623Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T05:57:03.623Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:57:03.625Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:57:03.625Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269423622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T05:57:03.725Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:57:03.726Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:57:03.727Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:03.739Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:57:03.740Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T05:57:04.626Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30865d16-7bd2-4b8c-90e9-6bb4205078d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T05:57:04.652Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30865d16-7bd2-4b8c-90e9-6bb4205078d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T05:57:04.658Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T05:57:04.659Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T05:57:04.659Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T05:57:04.659Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T05:57:04.659Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T05:57:04.661Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T05:57:04.661Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T05:57:04.661Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T05:57:04.661Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T05:57:04.662Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T05:57:04.676Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T05:57:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:57:31.784Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:57:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:32.417Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:57:32.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32320697-01fb-4334-842e-779a5206c9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269400708,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T05:57:32.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269401732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:57:32.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:57:32.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269401732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T05:57:32.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:57:32.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269401732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-24T05:57:32.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:57:32.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269401732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:57:32.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:57:32.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269401732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-24T05:57:32.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:57:32.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269401732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T05:57:32.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:57:32.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269401732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T05:57:32.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-24T05:57:32.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269414590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:57:32.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269417268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:57:32.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269418377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:57:32.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269419485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T05:57:32.426Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269420607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/basic_onboard_srkgii0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T05:57:32.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269421612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-24T05:57:32.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269422617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/resourceInstances/basic_onboard_srkgii0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-24T05:57:32.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:32.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T05:57:32.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269423622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrkgii/1.0/artifacts/service-BasicOnboardSrkgii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T05:57:32.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:57:34.678Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 30865d16-7bd2-4b8c-90e9-6bb4205078d9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-24T05:57:34.696Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 30865d16-7bd2-4b8c-90e9-6bb4205078d9 and serviceModelVersionId: 30f2d518-4b0b-4624-90b0-fb58c4677511
2022-11-24T05:57:34.697Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : db7ed8fe-19b1-4773-92bd-a316dcc861fe
2022-11-24T05:57:34.698Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/db7ed8fe-19b1-4773-92bd-a316dcc861fe/model-vers/model-ver/30f2d518-4b0b-4624-90b0-fb58c4677511?depth=0
2022-11-24T05:57:34.705Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T05:57:34.788Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db7ed8fe-19b1-4773-92bd-a316dcc861fe/model-vers/model-ver/30f2d518-4b0b-4624-90b0-fb58c4677511?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-24T05:57:34.790Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db7ed8fe-19b1-4773-92bd-a316dcc861fe/model-vers/model-ver/30f2d518-4b0b-4624-90b0-fb58c4677511?depth=0|INFO|500||Invoke
2022-11-24T05:57:34.827Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db7ed8fe-19b1-4773-92bd-a316dcc861fe/model-vers/model-ver/30f2d518-4b0b-4624-90b0-fb58c4677511?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-24T05:57:34.915Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db7ed8fe-19b1-4773-92bd-a316dcc861fe/model-vers/model-ver/30f2d518-4b0b-4624-90b0-fb58c4677511?depth=0|INFO|500||InvokeReturn
2022-11-24T05:57:34.917Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db7ed8fe-19b1-4773-92bd-a316dcc861fe/model-vers/model-ver/30f2d518-4b0b-4624-90b0-fb58c4677511?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 05:57:34 GMT], content-length=[0], vertex-id=[180424], x-aai-txid=[1-aai-resources-221124-05:57:34:549-82960], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T05:57:34.917Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-11-24T05:57:34.918Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T05:57:34.918Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T05:57:34.924Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-24T05:57:34.925Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 30865d16-7bd2-4b8c-90e9-6bb4205078d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T05:57:34.925Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T05:57:34.926Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-24T05:57:34.929Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T05:57:34.929Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269454925,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T05:57:35.029Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T05:57:35.030Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T05:57:35.030Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:35.071Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:57:35.072Z||pool-34-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T05:57:35.944Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:57:35.945Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:57:35.946Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:45.489Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:57:45.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:57:45.490Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:57:45.490Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:57:55.034Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:57:55.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:57:55.035Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:57:55.035Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:58:04.588Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:58:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:58:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:58:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:58:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:58:31.783Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:58:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:58:32.429Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:58:32.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-24T05:58:32.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30865d16-7bd2-4b8c-90e9-6bb4205078d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669269454925,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T05:58:32.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T05:58:41.342Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:59:31.778Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:59:31.779Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:59:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:59:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T05:59:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T05:59:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T05:59:41.329Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T05:59:41.331Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:00:31.778Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:00:31.779Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:00:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:00:31.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:00:31.782Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:00:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:00:41.336Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:00:41.338Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:01:31.778Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:01:31.779Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:01:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:01:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:01:31.783Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:01:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:01:41.333Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:01:41.333Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:02:31.778Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:02:31.779Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:02:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:02:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:02:31.783Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:02:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:02:41.334Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:02:41.334Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:03:31.778Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:03:31.781Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:03:31.781Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:03:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:03:31.782Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:03:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:03:41.338Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:03:41.341Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:04:31.778Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:04:31.780Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:04:31.781Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:04:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:04:31.784Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:04:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:04:41.339Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:04:41.340Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:05:31.778Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:05:31.780Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:05:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:05:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:05:31.783Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:05:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:05:41.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:05:41.364Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:06:31.778Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:06:31.779Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:06:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:06:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:06:31.782Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:06:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:06:41.335Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:06:41.342Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:07:31.778Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:07:31.780Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:07:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:07:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:07:31.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:07:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:07:41.334Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:07:41.334Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:08:31.778Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:08:31.779Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:08:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:08:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:08:31.783Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:08:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:08:41.350Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:08:41.353Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:09:31.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:09:31.781Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:09:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:09:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:09:31.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:09:31.793Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:09:32.267Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:09:32.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:09:32.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270163910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:09:32.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:09:32.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:09:32.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "cds",
  "timestamp": 1669270161223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:09:32.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:09:32.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:09:32.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270165704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:09:32.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:09:32.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:09:32.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270163910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:09:32.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:09:32.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:09:32.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "cds",
  "timestamp": 1669270161223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:09:32.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:09:32.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:09:32.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270165704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:09:32.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:09:32.493Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:09:32.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-24T06:09:32.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"080b402b-3039-455e-a2cd-4e5b7de50159","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb","serviceDescription":"service","serviceInvariantUUID":"3fbbc5cf-e390-48e7-8d34-258f19f42d9a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"aef77008-d5d3-47a3-b94e-0dfac7d186e4","resourceInvariantUUID":"30cc0b95-057a-4d75-a0d4-a6476d64dcc6","resourceCustomizationUUID":"253656eb-6643-4ce0-bebc-022f9d74dee5","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":"NjUxM2UyYmJiODI5MDkwODk1M2RkMzkzOTgzYWU1ZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bd664b6-4e55-421a-ae2a-d55b8885972c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmZhODJjNGVkYWE0OTk2Y2ZmMjNlYWY4YTVkY2VlNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af854dc5-ac79-448a-bd25-6081ad8faf03","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T06:09:32.504Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:09:32.505Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:09:32.510Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:09:32.510Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270171779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:09:32.610Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:09:32.611Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:09:32.611Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:09:32.623Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:09:32.624Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:09:33.511Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:09:33.513Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:09:33.516Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:09:33.516Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270171779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:09:33.616Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:09:33.617Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:09:33.618Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:09:33.631Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:09:33.631Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:09:34.519Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3fbbc5cf-e390-48e7-8d34-258f19f42d9a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "253656eb-6643-4ce0-bebc-022f9d74dee5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "aef77008-d5d3-47a3-b94e-0dfac7d186e4",
      "resourceInvariantUUID": "30cc0b95-057a-4d75-a0d4-a6476d64dcc6",
      "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": "NmZhODJjNGVkYWE0OTk2Y2ZmMjNlYWY4YTVkY2VlNzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "af854dc5-ac79-448a-bd25-6081ad8faf03"
    }
  ],
  "workloadContext": "Production"
}
2022-11-24T06:09:34.520Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T06:09:34.520Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb ASDC
2022-11-24T06:09:34.521Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:080b402b-3039-455e-a2cd-4e5b7de50159
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb
ServiceInvariantUUID:3fbbc5cf-e390-48e7-8d34-258f19f42d9a
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:af854dc5-ac79-448a-bd25-6081ad8faf03
ArtifactChecksum:NmZhODJjNGVkYWE0OTk2Y2ZmMjNlYWY4YTVkY2VlNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:253656eb-6643-4ce0-bebc-022f9d74dee5
ResourceInvariantUUID:30cc0b95-057a-4d75-a0d4-a6476d64dcc6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:aef77008-d5d3-47a3-b94e-0dfac7d186e4
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-24T06:09:34.521Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:09:34.578Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:09:34.580Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:09:34.580Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:09:34.580Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: af854dc5-ac79-448a-bd25-6081ad8faf03 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-24T06:09:34.580Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-24T06:09:34.581Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-24T06:09:34.661Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-24T06:09:34.664Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar af854dc5-ac79-448a-bd25-6081ad8faf03 57789
2022-11-24T06:09:34.665Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-24T06:09:34.665Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-24T06:09:34.665Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:09:34.665Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:09:34.669Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:09:34.669Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270174665,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:09:34.769Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:09:34.770Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:09:34.770Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:09:34.781Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:09:34.781Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:09:35.669Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:09:35.671Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:09:35.672Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: af854dc5-ac79-448a-bd25-6081ad8faf03, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:35.673Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-24T06:09:35.673Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:35.674Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:35.827Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7266745335343633592/Definitions/service-BasicNetwork-template.yml
2022-11-24T06:09:36.501Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T06:09:36.502Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-24T06:09:36.502Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.503Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-24T06:09:36.503Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.503Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.503Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.503Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.504Z|080b402b-3039-455e-a2cd-4e5b7de50159|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-BasicNetwork-csar.csar
2022-11-24T06:09:36.504Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.504Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.504Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.504Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-24T06:09:36.505Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:09:36.505Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.506Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-24T06:09:36.506Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-24T06:09:36.506Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:09:36.506Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:09:36.506Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.507Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-24T06:09:36.507Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-24T06:09:36.507Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:09:36.507Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:09:36.508Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.508Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:09:36.508Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.509Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:09:36.509Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.509Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:09:36.510Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.510Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:09:36.510Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.510Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb
Model Version:NULL
Model InvariantUuid:3fbbc5cf-e390-48e7-8d34-258f19f42d9a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:30cc0b95-057a-4d75-a0d4-a6476d64dcc6
Model UUID:416cd37a-8748-42d0-80a7-939e39e149f2
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:253656eb-6643-4ce0-bebc-022f9d74dee5
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-24T06:09:36.520Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: aef77008-d5d3-47a3-b94e-0dfac7d186e4
2022-11-24T06:09:36.520Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||No resources found for Service: f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:09:36.527Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||
2022-11-24T06:09:36.528Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-24T06:09:36.529Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||No resources found for Service: f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb
2022-11-24T06:09:36.529Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb
2022-11-24T06:09:36.529Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-24T06:09:36.529Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:09:36.534Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@656be578, org.onap.sdc.toscaparser.api.parameters.Input@751ae5fc, org.onap.sdc.toscaparser.api.parameters.Input@58f56e3d, org.onap.sdc.toscaparser.api.parameters.Input@37240411, org.onap.sdc.toscaparser.api.parameters.Input@d5e77a8]
2022-11-24T06:09:36.536Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:09:36.537Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.537Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:09:36.537Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.537Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb: Generic NeutronNet
2022-11-24T06:09:36.543Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:09:36.543Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.543Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:09:36.544Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-24T06:09:36.591Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:09:36.592Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.592Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:09:36.592Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.592Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:09:36.592Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:09:36.593Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-24T06:09:36.644Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-24T06:09:36.645Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-24T06:09:36.645Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-24T06:09:36.645Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:09:36.645Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:09:36.647Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:09:36.647Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270176645,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:09:36.747Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:09:36.748Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:09:36.749Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:09:36.763Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:09:36.764Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:09:37.648Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:09:37.660Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:09:37.662Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:09:37.663Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:09:37.663Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:10:07.663Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:10:07.679Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:10:07.683Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:10:07.683Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:10:07.683Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:10:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:10:31.784Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:10:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:10:31.820Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:10:31.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:10:31.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270173319,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:10:31.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:10:37.684Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:10:37.708Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:10:37.711Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:10:37.711Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:10:37.711Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:11:07.712Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:11:07.726Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:11:07.728Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:11:07.728Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:11:07.728Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:11:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:11:31.783Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:11:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:11:31.817Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:11:31.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:11:31.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "cds",
  "timestamp": 1669270171706,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:11:31.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:11:37.729Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:11:37.739Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:11:37.748Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:11:37.749Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:11:37.749Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:12:07.749Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:12:07.759Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:12:07.761Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:12:07.761Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:12:07.761Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:12:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:12:31.783Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:12:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:12:31.819Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:12:31.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270171779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "cds",
  "timestamp": 1669270172714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:12:31.866Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 080b402b-3039-455e-a2cd-4e5b7de50159
2022-11-24T06:12:31.866Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080b402b-3039-455e-a2cd-4e5b7de50159 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:31.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270171779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:12:31.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270175058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:12:31.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270173417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270174665,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:31.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270176068,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:12:31.890Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 080b402b-3039-455e-a2cd-4e5b7de50159
2022-11-24T06:12:31.891Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080b402b-3039-455e-a2cd-4e5b7de50159 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:31.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270173417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270176645,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:12:31.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "cds",
  "timestamp": 1669270176223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270183910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "cds",
  "timestamp": 1669270176223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270183910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T06:12:31.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "cds",
  "timestamp": 1669270176223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270183910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-24T06:12:31.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "cds",
  "timestamp": 1669270176223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270183910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "cds",
  "timestamp": 1669270176223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "aai-ml",
  "timestamp": 1669270186635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270183910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-24T06:12:31.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "cds",
  "timestamp": 1669270176223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "aai-ml",
  "timestamp": 1669270186635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270183910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "cds",
  "timestamp": 1669270176223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "aai-ml",
  "timestamp": 1669270188995,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:31.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270183910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:12:31.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "cds",
  "timestamp": 1669270189005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:31.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270191698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:31.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "cds",
  "timestamp": 1669270190013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:31.928Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91167dfa-d948-43b9-aa02-486a4aec7adb
2022-11-24T06:12:31.928Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91167dfa-d948-43b9-aa02-486a4aec7adb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:31.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270192777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:31.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270193880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:31.940Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "aai-ml",
  "timestamp": 1669270193544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:12:31.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270194918,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:12:31.948Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91167dfa-d948-43b9-aa02-486a4aec7adb
2022-11-24T06:12:31.948Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91167dfa-d948-43b9-aa02-486a4aec7adb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:31.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "aai-ml",
  "timestamp": 1669270194549,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:12:31.966Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 080b402b-3039-455e-a2cd-4e5b7de50159
2022-11-24T06:12:31.966Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080b402b-3039-455e-a2cd-4e5b7de50159 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:31.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270195922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T06:12:31.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:31.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "aai-ml",
  "timestamp": 1669270186635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "aai-ml",
  "timestamp": 1669270186635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "aai-ml",
  "timestamp": 1669270186635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "aai-ml",
  "timestamp": 1669270186635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "aai-ml",
  "timestamp": 1669270186635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "aai-ml",
  "timestamp": 1669270186635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:31.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "aai-ml",
  "timestamp": 1669270186635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "cds",
  "timestamp": 1669270201021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270203462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "aai-ml",
  "timestamp": 1669270202646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "cds",
  "timestamp": 1669270202051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:32.014Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc75e8f0-ddd0-466f-9fb1-b3a10420ee88
2022-11-24T06:12:32.015Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc75e8f0-ddd0-466f-9fb1-b3a10420ee88 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:32.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-24T06:12:32.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270205928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:12:32.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-24T06:12:32.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270206933,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:12:32.042Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91167dfa-d948-43b9-aa02-486a4aec7adb
2022-11-24T06:12:32.042Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91167dfa-d948-43b9-aa02-486a4aec7adb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:32.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T06:12:32.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-24T06:12:32.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "aai-ml",
  "timestamp": 1669270209776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:12:32.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "cds",
  "timestamp": 1669270191223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:12:32.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "aai-ml",
  "timestamp": 1669270210780,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:12:32.069Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91167dfa-d948-43b9-aa02-486a4aec7adb
2022-11-24T06:12:32.069Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91167dfa-d948-43b9-aa02-486a4aec7adb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:32.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:12:32.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "cds",
  "timestamp": 1669270211166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270213671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "cds",
  "timestamp": 1669270212176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:32.101Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e460d14b-5d4b-4312-a0c4-734c3d5ae070
2022-11-24T06:12:32.102Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e460d14b-5d4b-4312-a0c4-734c3d5ae070 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:32.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270214735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270215796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:12:32.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-24T06:12:32.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270216851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270217039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "aai-ml",
  "timestamp": 1669270216635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270217902,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:12:32.126Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc75e8f0-ddd0-466f-9fb1-b3a10420ee88
2022-11-24T06:12:32.126Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc75e8f0-ddd0-466f-9fb1-b3a10420ee88 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:32.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270193417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "aai-ml",
  "timestamp": 1669270216635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270218906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T06:12:32.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270219358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:12:32.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270218315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "aai-ml",
  "timestamp": 1669270216635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270220364,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:12:32.144Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc75e8f0-ddd0-466f-9fb1-b3a10420ee88
2022-11-24T06:12:32.144Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc75e8f0-ddd0-466f-9fb1-b3a10420ee88 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:32.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270219530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-24T06:12:32.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "aai-ml",
  "timestamp": 1669270216635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270220535,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:12:32.193Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e460d14b-5d4b-4312-a0c4-734c3d5ae070
2022-11-24T06:12:32.194Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e460d14b-5d4b-4312-a0c4-734c3d5ae070 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:32.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "aai-ml",
  "timestamp": 1669270216635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "aai-ml",
  "timestamp": 1669270216635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "aai-ml",
  "timestamp": 1669270216635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "aai-ml",
  "timestamp": 1669270216635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "aai-ml",
  "timestamp": 1669270216635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:12:32.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "aai-ml",
  "timestamp": 1669270225764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270203910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:12:32.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:12:32.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270195704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:12:32.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:12:32.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270229481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:12:32.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270231432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:12:32.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:12:32.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:12:32.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270232438,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:12:32.227Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e460d14b-5d4b-4312-a0c4-734c3d5ae070
2022-11-24T06:12:32.227Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e460d14b-5d4b-4312-a0c4-734c3d5ae070 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:12:37.761Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:12:37.774Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:12:37.778Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:12:37.778Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T06:12:37.779Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T06:12:37.779Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T06:12:37.779Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:12:37.779Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:12:37.780Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:12:37.780Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:12:37.780Z|080b402b-3039-455e-a2cd-4e5b7de50159|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=?
2022-11-24T06:12:37.785Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T06:13:07.785Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 080b402b-3039-455e-a2cd-4e5b7de50159 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-24T06:13:07.797Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 080b402b-3039-455e-a2cd-4e5b7de50159 and serviceModelVersionId: f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb
2022-11-24T06:13:07.797Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fbbc5cf-e390-48e7-8d34-258f19f42d9a
2022-11-24T06:13:07.800Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0
2022-11-24T06:13:07.807Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T06:13:07.875Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0|INFO|500||Invoke
2022-11-24T06:13:07.875Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[080b402b-3039-455e-a2cd-4e5b7de50159], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f35e1784-4e15-462a-b7b7-df77094b6771], X-ECOMP-RequestID=[080b402b-3039-455e-a2cd-4e5b7de50159], X-TransactionId=[], X-ONAP-RequestID=[080b402b-3039-455e-a2cd-4e5b7de50159], Content-Type=[application/merge-patch+json]}
2022-11-24T06:13:07.900Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-24T06:13:07.986Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?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/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 06:13:07 GMT], content-length=[0], vertex-id=[249976], x-aai-txid=[2-aai-resources-221124-06:13:07:599-80852], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T06:13:07.987Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-24T06:13:07.989Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbbc5cf-e390-48e7-8d34-258f19f42d9a/model-vers/model-ver/f53dd9b8-8db7-4bc2-a5c2-3527fdea78eb?depth=0|INFO|500||InvokeReturn
2022-11-24T06:13:07.990Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T06:13:07.992Z|080b402b-3039-455e-a2cd-4e5b7de50159|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=?
2022-11-24T06:13:08.001Z|080b402b-3039-455e-a2cd-4e5b7de50159|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)
2022-11-24T06:13:08.002Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 080b402b-3039-455e-a2cd-4e5b7de50159 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T06:13:08.002Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T06:13:08.003Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:08.006Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:08.006Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270388002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:13:08.106Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:13:08.108Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:08.108Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:08.126Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:08.127Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T06:13:09.020Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:13:09.020Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:13:09.020Z|080b402b-3039-455e-a2cd-4e5b7de50159|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:14.690Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:14.693Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-24T06:13:14.693Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"91167dfa-d948-43b9-aa02-486a4aec7adb","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"fd433a13-d697-4891-bbeb-895ac9514046","serviceDescription":"service","serviceInvariantUUID":"92faf695-27a5-42e8-9b89-86fa35f77088","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1889ed64-e377-444f-b01f-79a4fa248eb8","resourceInvariantUUID":"1456010e-4fe0-431d-a35b-503f34ab6e9a","resourceCustomizationUUID":"587d8e58-f5af-41d1-a17c-ed5da7542b10","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":"MzhjOTkzMjg2NTBiMzA5MDE1YzYxMzU2OTE4MGJhNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80024a0c-5b67-4282-83e7-67cc561f46d3","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":"YmViNWY1MDY2YWIzMWNlMjdkZWUwZWQ2Yjc5ZGQ5NDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8fdd91c6-6825-4478-8671-29508bbbe650","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":"c627cb11-9f5e-48fb-b512-846087bbf457","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":"c1e6f040-e9b6-4969-a000-80042a8983ea","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":"6416996a-0037-43c6-bb79-1189d044a097","artifactVersion":"2","generatedFromUUID":"c627cb11-9f5e-48fb-b512-846087bbf457"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWEyYTI4ZDMzYmI2NmRkYjAyN2Y3ZjlmM2RhYWY4MTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3f83382-240f-4fc3-963c-ef893ccaf7e8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmM1MTdmODY3YmY5ZTU3MGMzMjhjYjBkMGY2Y2QxNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6e21a35-c523-4dd3-9805-f8346554e457","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T06:13:14.697Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:13:14.698Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:14.700Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:14.701Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:13:14.801Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:14.802Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:14.802Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:14.813Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:14.814Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:15.702Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:13:15.703Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:15.705Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:15.705Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T06:13:15.805Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:15.807Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:15.807Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:15.820Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:15.821Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:16.706Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:13:16.706Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:16.709Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:16.709Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-24T06:13:16.809Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:16.810Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:16.810Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:16.823Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:16.824Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:17.710Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:13:17.711Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:17.714Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:17.714Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:13:17.814Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:17.815Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:17.815Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:17.831Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:17.832Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:18.715Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:13:18.716Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:18.718Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:18.718Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-24T06:13:18.818Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:18.820Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:18.820Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:18.832Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:18.833Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:13:19.718Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:13:19.720Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:19.722Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:19.722Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:13:19.822Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:19.824Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:19.824Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:19.836Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:19.837Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:20.723Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:13:20.724Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:20.726Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:20.727Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:13:20.827Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:20.828Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:20.828Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:20.842Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:20.842Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:13:21.728Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "fd433a13-d697-4891-bbeb-895ac9514046",
  "serviceDescription": "service",
  "serviceInvariantUUID": "92faf695-27a5-42e8-9b89-86fa35f77088",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "587d8e58-f5af-41d1-a17c-ed5da7542b10",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1889ed64-e377-444f-b01f-79a4fa248eb8",
      "resourceInvariantUUID": "1456010e-4fe0-431d-a35b-503f34ab6e9a",
      "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": "YmViNWY1MDY2YWIzMWNlMjdkZWUwZWQ2Yjc5ZGQ5NDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8fdd91c6-6825-4478-8671-29508bbbe650",
          "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": "c627cb11-9f5e-48fb-b512-846087bbf457",
          "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": "6416996a-0037-43c6-bb79-1189d044a097",
            "generatedFromUUID": "c627cb11-9f5e-48fb-b512-846087bbf457"
          },
          "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": "6416996a-0037-43c6-bb79-1189d044a097",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YmM1MTdmODY3YmY5ZTU3MGMzMjhjYjBkMGY2Y2QxNTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f6e21a35-c523-4dd3-9805-f8346554e457"
    }
  ],
  "workloadContext": "Production"
}
2022-11-24T06:13:21.729Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T06:13:21.729Z|080b402b-3039-455e-a2cd-4e5b7de50159|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd433a13-d697-4891-bbeb-895ac9514046 ASDC
2022-11-24T06:13:21.730Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:91167dfa-d948-43b9-aa02-486a4aec7adb
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:fd433a13-d697-4891-bbeb-895ac9514046
ServiceInvariantUUID:92faf695-27a5-42e8-9b89-86fa35f77088
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:f6e21a35-c523-4dd3-9805-f8346554e457
ArtifactChecksum:YmM1MTdmODY3YmY5ZTU3MGMzMjhjYjBkMGY2Y2QxNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:587d8e58-f5af-41d1-a17c-ed5da7542b10
ResourceInvariantUUID:1456010e-4fe0-431d-a35b-503f34ab6e9a
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1889ed64-e377-444f-b01f-79a4fa248eb8
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:8fdd91c6-6825-4478-8671-29508bbbe650
ArtifactChecksum:YmViNWY1MDY2YWIzMWNlMjdkZWUwZWQ2Yjc5ZGQ5NDA=
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:c627cb11-9f5e-48fb-b512-846087bbf457
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:6416996a-0037-43c6-bb79-1189d044a097
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:6416996a-0037-43c6-bb79-1189d044a097
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-24T06:13:21.730Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd433a13-d697-4891-bbeb-895ac9514046 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T06:13:21.773Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:13:21.774Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:13:21.775Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:13:21.775Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f6e21a35-c523-4dd3-9805-f8346554e457 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-24T06:13:21.775Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-24T06:13:21.776Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-24T06:13:21.936Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-24T06:13:21.941Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f6e21a35-c523-4dd3-9805-f8346554e457 75201
2022-11-24T06:13:21.942Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-24T06:13:21.942Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-24T06:13:21.942Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:13:21.943Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:21.945Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:21.945Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270401941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:13:22.046Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:22.047Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:22.048Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:22.063Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:22.064Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:22.946Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:13:22.948Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:13:22.948Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f6e21a35-c523-4dd3-9805-f8346554e457, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-24T06:13:22.949Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-24T06:13:22.950Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-24T06:13:22.950Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-24T06:13:23.137Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17484019640260534606/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-24T06:13:24.622Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T06:13:24.623Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-24T06:13:24.623Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-24T06:13:24.624Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-24T06:13:24.624Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-24T06:13:24.624Z|91167dfa-d948-43b9-aa02-486a4aec7adb|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-BasicVm-csar.csar
2022-11-24T06:13:24.624Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-24T06:13:24.624Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-24T06:13:24.624Z|91167dfa-d948-43b9-aa02-486a4aec7adb|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-BasicVm-csar.csar
2022-11-24T06:13:24.625Z|91167dfa-d948-43b9-aa02-486a4aec7adb|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-BasicVm-csar.csar
2022-11-24T06:13:24.625Z|91167dfa-d948-43b9-aa02-486a4aec7adb|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-BasicVm-csar.csar
2022-11-24T06:13:24.625Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-24T06:13:24.625Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:24.625Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:24.626Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-24T06:13:24.626Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-24T06:13:24.626Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:13:24.627Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:24.627Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:24.627Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-24T06:13:24.627Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-24T06:13:24.627Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:13:24.628Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:24.628Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:24.628Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:24.628Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-24T06:13:24.628Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-24T06:13:24.629Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-24T06:13:24.629Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-24T06:13:24.629Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-24T06:13:24.629Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-24T06:13:24.629Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:24.630Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T06:13:24.630Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:24.630Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-24T06:13:24.630Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:13:24.631Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:24.631Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-24T06:13:24.631Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:13:24.631Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:24.631Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-24T06:13:24.632Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:13:24.632Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:24.632Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-24T06:13:24.632Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-24T06:13:24.632Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-24T06:13:24.633Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a9847d3c-c2f6-4db1-a976-67ba67fbac54
2022-11-24T06:13:24.633Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:24.633Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:24.633Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:24.634Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:24.634Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:24.634Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:24.634Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:24.634Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:24.634Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:fd433a13-d697-4891-bbeb-895ac9514046
Model Version:NULL
Model InvariantUuid:92faf695-27a5-42e8-9b89-86fa35f77088
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b1b67971-ff16-4525-8128-04b0082cb83b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1456010e-4fe0-431d-a35b-503f34ab6e9a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:587d8e58-f5af-41d1-a17c-ed5da7542b10
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:744cc28f-b940-4271-b2b9-3290773a7760
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f61c3630-377f-40d1-8945-de61a890b406
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a9847d3c-c2f6-4db1-a976-67ba67fbac54
ModelInvariantUuid:23690eec-0f7f-422b-a654-5e5a0d9378a0
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7d60a31a-5161-462a-ad88-2362ea5c2456
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:be4fe2ad-612f-4875-ba5c-867bf142d8ed
ModelInvariantUuid:bfcd982d-5b77-42ce-8bc4-eb2c9ca166de
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:25040253-2a43-4880-b32d-a13290a06622
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-24T06:13:24.641Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1889ed64-e377-444f-b01f-79a4fa248eb8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:13:24.644Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-11-24T06:13:24.644Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1889ed64-e377-444f-b01f-79a4fa248eb8
2022-11-24T06:13:24.644Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8fdd91c6-6825-4478-8671-29508bbbe650 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-24T06:13:24.644Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-24T06:13:24.645Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-24T06:13:24.691Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-24T06:13:24.692Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8fdd91c6-6825-4478-8671-29508bbbe650 787
2022-11-24T06:13:24.692Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-24T06:13:24.692Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-24T06:13:24.693Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:13:24.693Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:24.695Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:24.695Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270404692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:13:24.795Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:13:24.796Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:24.796Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:24.809Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:24.810Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:25.696Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "744cc28f-b940-4271-b2b9-3290773a7760",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f61c3630-377f-40d1-8945-de61a890b406",
    "vfModuleModelCustomizationUUID": "3ba84d6f-1e21-49e1-aae5-38fa2d1c84d2",
    "isBase": true,
    "artifacts": [
      "c627cb11-9f5e-48fb-b512-846087bbf457",
      "6416996a-0037-43c6-bb79-1189d044a097"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-24T06:13:25.702Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f61c3630-377f-40d1-8945-de61a890b406
VfModuleModelInvariantUUID:744cc28f-b940-4271-b2b9-3290773a7760
VfModuleModelDescription:NULL
Artifacts UUID List:{
c627cb11-9f5e-48fb-b512-846087bbf457
,
6416996a-0037-43c6-bb79-1189d044a097

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

isBase:true


}

2022-11-24T06:13:25.704Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "744cc28f-b940-4271-b2b9-3290773a7760",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f61c3630-377f-40d1-8945-de61a890b406",
    "vfModuleModelCustomizationUUID": "3ba84d6f-1e21-49e1-aae5-38fa2d1c84d2",
    "isBase": true,
    "artifacts": [
      "c627cb11-9f5e-48fb-b512-846087bbf457",
      "6416996a-0037-43c6-bb79-1189d044a097"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-24T06:13:25.704Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f61c3630-377f-40d1-8945-de61a890b406
VfModuleModelInvariantUUID:744cc28f-b940-4271-b2b9-3290773a7760
VfModuleModelDescription:NULL
Artifacts UUID List:{
c627cb11-9f5e-48fb-b512-846087bbf457
,
6416996a-0037-43c6-bb79-1189d044a097

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

isBase:true


}

2022-11-24T06:13:25.705Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c627cb11-9f5e-48fb-b512-846087bbf457 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-24T06:13:25.705Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-24T06:13:25.705Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-24T06:13:25.750Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-24T06:13:25.751Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c627cb11-9f5e-48fb-b512-846087bbf457 5033
2022-11-24T06:13:25.751Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-24T06:13:25.751Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-24T06:13:25.751Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:13:25.752Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:25.754Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:25.754Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270405751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:13:25.854Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:13:25.856Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:25.856Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:25.870Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:25.871Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:26.755Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6416996a-0037-43c6-bb79-1189d044a097 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-24T06:13:26.756Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-24T06:13:26.756Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-24T06:13:26.800Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-24T06:13:26.801Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6416996a-0037-43c6-bb79-1189d044a097 903
2022-11-24T06:13:26.802Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-24T06:13:26.802Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-24T06:13:26.802Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:13:26.804Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:26.806Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:26.806Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270406801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:13:26.906Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:13:26.908Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:26.908Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:26.921Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:26.921Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:27.807Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fd433a13-d697-4891-bbeb-895ac9514046
2022-11-24T06:13:27.808Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 1889ed64-e377-444f-b01f-79a4fa248eb8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:13:27.826Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bff8128, org.onap.sdc.toscaparser.api.parameters.Input@53bd1a3d, org.onap.sdc.toscaparser.api.parameters.Input@6c7e306b, org.onap.sdc.toscaparser.api.parameters.Input@e99b78b, org.onap.sdc.toscaparser.api.parameters.Input@395891b1]
2022-11-24T06:13:27.828Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:27.828Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:27.828Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-11-24T06:13:27.829Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 587d8e58-f5af-41d1-a17c-ed5da7542b10
2022-11-24T06:13:27.829Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 587d8e58-f5af-41d1-a17c-ed5da7542b10 matches Tosca VF Customization UUID: 587d8e58-f5af-41d1-a17c-ed5da7542b10
2022-11-24T06:13:27.829Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 587d8e58-f5af-41d1-a17c-ed5da7542b10  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-24T06:13:27.832Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:27.832Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:27.833Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 587d8e58-f5af-41d1-a17c-ed5da7542b10: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-24T06:13:27.834Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c09549e
2022-11-24T06:13:27.834Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:27.834Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T06:13:27.835Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3ba84d6f-1e21-49e1-aae5-38fa2d1c84d2
2022-11-24T06:13:27.835Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3ba84d6f-1e21-49e1-aae5-38fa2d1c84d2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-24T06:13:27.838Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:27.838Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-24T06:13:27.839Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:13:27.839Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:27.840Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-24T06:13:27.840Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:13:27.840Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:27.841Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-24T06:13:27.841Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-24T06:13:27.841Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-24T06:13:27.841Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a9847d3c-c2f6-4db1-a976-67ba67fbac54
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-24T06:13:27.845Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:27.846Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-24T06:13:27.846Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:13:27.846Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:27.847Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-24T06:13:27.847Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=587d8e58-f5af-41d1-a17c-ed5da7542b10
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:13:27.850Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:27.850Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:27.850Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fd433a13-d697-4891-bbeb-895ac9514046: basic_vm
2022-11-24T06:13:27.851Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:27.851Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:27.851Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:27.852Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:27.852Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:27.852Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:27.852Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:27.853Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:27.853Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:13:27.853Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:13:27.854Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:13:27.938Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 1889ed64-e377-444f-b01f-79a4fa248eb8 1 ASDC deployResourceStructure
2022-11-24T06:13:27.938Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-24T06:13:27.939Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-24T06:13:27.939Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:13:27.939Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:27.941Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:27.942Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270407938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T06:13:28.042Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:28.042Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:28.043Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:28.055Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:28.056Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:13:28.943Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-24T06:13:28.943Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-24T06:13:28.943Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:13:28.944Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:28.945Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:28.946Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270408943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-24T06:13:29.046Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:29.047Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:29.047Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:29.058Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:29.058Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:29.946Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-24T06:13:29.947Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-24T06:13:29.947Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:13:29.948Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:29.950Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:29.951Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270409946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-24T06:13:30.051Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:13:30.052Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:30.052Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:30.063Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:30.064Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:13:30.953Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-24T06:13:30.954Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-24T06:13:30.955Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:13:30.955Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:13:30.963Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:13:30.964Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270410953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:13:31.062Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-24T06:13:31.064Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:13:31.064Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:31.078Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:31.078Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:13:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:13:31.783Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:13:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:13:31.820Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:13:31.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:13:31.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "aai-ml",
  "timestamp": 1669270232979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:13:31.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:13:31.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:13:31.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "aai-ml",
  "timestamp": 1669270233983,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:13:31.831Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fc75e8f0-ddd0-466f-9fb1-b3a10420ee88
2022-11-24T06:13:31.832Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc75e8f0-ddd0-466f-9fb1-b3a10420ee88 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:13:31.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:13:31.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "aai-ml",
  "timestamp": 1669270246635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:13:31.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:13:31.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:13:31.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "aai-ml",
  "timestamp": 1669270246635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:13:31.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:13:31.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:13:31.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "aai-ml",
  "timestamp": 1669270246635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:13:31.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:13:31.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:13:31.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "aai-ml",
  "timestamp": 1669270246635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:13:31.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:13:31.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:13:31.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "aai-ml",
  "timestamp": 1669270246635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:13:31.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:13:31.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:13:31.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "aai-ml",
  "timestamp": 1669270246635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:13:31.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:13:31.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:13:31.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "aai-ml",
  "timestamp": 1669270246635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:13:31.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:13:31.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:13:31.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "aai-ml",
  "timestamp": 1669270246635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:13:31.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:13:31.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:13:31.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "aai-ml",
  "timestamp": 1669270255258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:13:31.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:13:31.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:13:31.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "aai-ml",
  "timestamp": 1669270260424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:13:31.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:13:31.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-24T06:13:31.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "aai-ml",
  "timestamp": 1669270261429,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:13:31.857Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e460d14b-5d4b-4312-a0c4-734c3d5ae070
2022-11-24T06:13:31.858Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e460d14b-5d4b-4312-a0c4-734c3d5ae070 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:13:31.965Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91167dfa-d948-43b9-aa02-486a4aec7adb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:13:31.975Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91167dfa-d948-43b9-aa02-486a4aec7adb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:13:31.978Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:13:31.979Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T06:13:31.979Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T06:13:31.979Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T06:13:31.979Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:13:31.979Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:13:31.979Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:13:31.980Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:13:31.980Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:13:31.981Z|91167dfa-d948-43b9-aa02-486a4aec7adb|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=?
2022-11-24T06:13:31.987Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T06:14:01.988Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91167dfa-d948-43b9-aa02-486a4aec7adb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-24T06:14:01.996Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91167dfa-d948-43b9-aa02-486a4aec7adb and serviceModelVersionId: fd433a13-d697-4891-bbeb-895ac9514046
2022-11-24T06:14:01.997Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92faf695-27a5-42e8-9b89-86fa35f77088
2022-11-24T06:14:01.998Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92faf695-27a5-42e8-9b89-86fa35f77088/model-vers/model-ver/fd433a13-d697-4891-bbeb-895ac9514046?depth=0
2022-11-24T06:14:02.006Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T06:14:02.057Z|91167dfa-d948-43b9-aa02-486a4aec7adb|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/92faf695-27a5-42e8-9b89-86fa35f77088/model-vers/model-ver/fd433a13-d697-4891-bbeb-895ac9514046?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-24T06:14:02.058Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92faf695-27a5-42e8-9b89-86fa35f77088/model-vers/model-ver/fd433a13-d697-4891-bbeb-895ac9514046?depth=0|INFO|500||Invoke
2022-11-24T06:14:02.077Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92faf695-27a5-42e8-9b89-86fa35f77088/model-vers/model-ver/fd433a13-d697-4891-bbeb-895ac9514046?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-24T06:14:02.177Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92faf695-27a5-42e8-9b89-86fa35f77088/model-vers/model-ver/fd433a13-d697-4891-bbeb-895ac9514046?depth=0|INFO|500||InvokeReturn
2022-11-24T06:14:02.182Z|91167dfa-d948-43b9-aa02-486a4aec7adb|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/92faf695-27a5-42e8-9b89-86fa35f77088/model-vers/model-ver/fd433a13-d697-4891-bbeb-895ac9514046?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 06:14:01 GMT], content-length=[0], vertex-id=[192608], x-aai-txid=[0-aai-resources-221124-06:14:01:778-38085], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T06:14:02.183Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-24T06:14:02.183Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T06:14:02.183Z|91167dfa-d948-43b9-aa02-486a4aec7adb|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=?
2022-11-24T06:14:02.191Z|91167dfa-d948-43b9-aa02-486a4aec7adb|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)
2022-11-24T06:14:02.192Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91167dfa-d948-43b9-aa02-486a4aec7adb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T06:14:02.192Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T06:14:02.193Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:02.195Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:02.195Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270442192,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:14:02.295Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:14:02.296Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:02.296Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:02.314Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:02.315Z||pool-55-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=?
2022-11-24T06:14:03.208Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-24T06:14:03.208Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"fc75e8f0-ddd0-466f-9fb1-b3a10420ee88","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8d588921-71d3-4336-bbc9-0c322260a5d6","serviceDescription":"service","serviceInvariantUUID":"daeae745-c84a-437e-8a13-62a5360bf863","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b25c7833-131f-4c83-b820-ba912b79ff78","resourceInvariantUUID":"af949507-df8a-41a2-98e0-0b532fc8b752","resourceCustomizationUUID":"7c1b62ba-be54-4e20-ba3f-ec8e2a7db757","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":"NmFmZmUxNzkyODRiYmNkNGIwMGU3ZmJjNjg2NzEyY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c2cbb7c0-c005-47dd-81d4-7fc86c2bb013","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":"77754aa1-1837-4113-88e3-145e9af91ad5","artifactVersion":"2","generatedFromUUID":"7824bff6-ef4e-4960-a445-a6b0ff57f886"},{"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":"7824bff6-ef4e-4960-a445-a6b0ff57f886","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":"NDcxNjkyMDc4NGNhZGY0NWU0NTg3OTIwMDgxNzcwMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"db18e4a8-b048-474a-8fe5-32bb800f6b3c","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":"c8a08ac4-07fc-4cf9-b353-b681cc5ad6d3","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":"d33dc1be-14fb-4cb2-b14d-a3e5c618db6b","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":"2f19ed28-f4af-4000-9bd6-ac6021797821","artifactVersion":"2","generatedFromUUID":"c8a08ac4-07fc-4cf9-b353-b681cc5ad6d3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjFiMzYxMDI1OTZmNGUyNDBiMjViNGE4OTUzZTJkNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d73bffb4-08cc-472c-82ba-021c47e3dd71","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NmZjN2RlOTdkOGIxYmY0NTk5MWU4Y2FmOGRkMWI1NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e9c76d8-dd35-4cd6-84ec-8607e154fe49","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T06:14:03.209Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:14:03.209Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:03.211Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:03.211Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:14:03.312Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-24T06:14:03.313Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:03.313Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:03.346Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:03.347Z||pool-56-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:14:04.212Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:14:04.212Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:04.215Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:04.215Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-24T06:14:04.314Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:14:04.315Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:04.316Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:04.341Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:04.347Z||pool-57-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:14:05.215Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:14:05.216Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:05.221Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:05.221Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-24T06:14:05.323Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-24T06:14:05.324Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:05.324Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:05.337Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:05.338Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:14:06.222Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:14:06.223Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:06.225Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:06.225Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T06:14:06.326Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:06.326Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:06.327Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:06.340Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:06.341Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:14:07.226Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:14:07.227Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:07.229Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:07.229Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-24T06:14:07.330Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-24T06:14:07.331Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:07.331Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:07.352Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:07.353Z||pool-60-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:14:08.230Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:14:08.231Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:08.234Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:08.234Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:14:08.334Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:08.335Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:08.335Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:08.347Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:08.348Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:14:09.235Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:14:09.236Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:09.238Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:09.238Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-24T06:14:09.338Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:09.339Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:09.339Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:09.351Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:09.352Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:14:10.239Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:14:10.240Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:10.243Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:10.243Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:14:10.343Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:10.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.
2022-11-24T06:14:10.344Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:10.360Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:10.361Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:14:11.244Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:14:11.245Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:11.247Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:11.247Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:14:11.347Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:11.348Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:11.349Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:11.362Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:11.362Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:14:12.249Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "8d588921-71d3-4336-bbc9-0c322260a5d6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "daeae745-c84a-437e-8a13-62a5360bf863",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "7c1b62ba-be54-4e20-ba3f-ec8e2a7db757",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b25c7833-131f-4c83-b820-ba912b79ff78",
      "resourceInvariantUUID": "af949507-df8a-41a2-98e0-0b532fc8b752",
      "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": "77754aa1-1837-4113-88e3-145e9af91ad5",
          "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": "7824bff6-ef4e-4960-a445-a6b0ff57f886",
          "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": "NDcxNjkyMDc4NGNhZGY0NWU0NTg3OTIwMDgxNzcwMTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "db18e4a8-b048-474a-8fe5-32bb800f6b3c",
          "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": "c8a08ac4-07fc-4cf9-b353-b681cc5ad6d3",
          "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": "2f19ed28-f4af-4000-9bd6-ac6021797821",
            "generatedFromUUID": "c8a08ac4-07fc-4cf9-b353-b681cc5ad6d3"
          },
          "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": "2f19ed28-f4af-4000-9bd6-ac6021797821",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NmZjN2RlOTdkOGIxYmY0NTk5MWU4Y2FmOGRkMWI1NjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e9c76d8-dd35-4cd6-84ec-8607e154fe49"
    }
  ],
  "workloadContext": "Production"
}
2022-11-24T06:14:12.250Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T06:14:12.250Z|91167dfa-d948-43b9-aa02-486a4aec7adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8d588921-71d3-4336-bbc9-0c322260a5d6 ASDC
2022-11-24T06:14:12.250Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:fc75e8f0-ddd0-466f-9fb1-b3a10420ee88
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:8d588921-71d3-4336-bbc9-0c322260a5d6
ServiceInvariantUUID:daeae745-c84a-437e-8a13-62a5360bf863
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:1e9c76d8-dd35-4cd6-84ec-8607e154fe49
ArtifactChecksum:NmZjN2RlOTdkOGIxYmY0NTk5MWU4Y2FmOGRkMWI1NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:7c1b62ba-be54-4e20-ba3f-ec8e2a7db757
ResourceInvariantUUID:af949507-df8a-41a2-98e0-0b532fc8b752
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:b25c7833-131f-4c83-b820-ba912b79ff78
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:77754aa1-1837-4113-88e3-145e9af91ad5
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:7824bff6-ef4e-4960-a445-a6b0ff57f886
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:db18e4a8-b048-474a-8fe5-32bb800f6b3c
ArtifactChecksum:NDcxNjkyMDc4NGNhZGY0NWU0NTg3OTIwMDgxNzcwMTg=
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:c8a08ac4-07fc-4cf9-b353-b681cc5ad6d3
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:2f19ed28-f4af-4000-9bd6-ac6021797821
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:2f19ed28-f4af-4000-9bd6-ac6021797821
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-24T06:14:12.250Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d588921-71d3-4336-bbc9-0c322260a5d6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T06:14:12.283Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:14:12.284Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:14:12.284Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:14:12.285Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1e9c76d8-dd35-4cd6-84ec-8607e154fe49 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-24T06:14:12.285Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-24T06:14:12.285Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-24T06:14:12.406Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-24T06:14:12.410Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1e9c76d8-dd35-4cd6-84ec-8607e154fe49 74001
2022-11-24T06:14:12.410Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-24T06:14:12.410Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-24T06:14:12.410Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:14:12.410Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:12.413Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:12.413Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270452410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:14:12.513Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:12.514Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:12.514Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:12.526Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:12.527Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:14:13.413Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:14:13.415Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:14:13.415Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1e9c76d8-dd35-4cd6-84ec-8607e154fe49, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-24T06:14:13.415Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-24T06:14:13.416Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-24T06:14:13.416Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-24T06:14:13.628Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP231340686651815756/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-24T06:14:14.879Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T06:14:14.879Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-24T06:14:14.879Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-24T06:14:14.879Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-24T06:14:14.880Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-24T06:14:14.880Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-24T06:14:14.880Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-24T06:14:14.880Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|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-BasicCnf-csar.csar
2022-11-24T06:14:14.880Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-24T06:14:14.880Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:14.880Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:14.880Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-24T06:14:14.880Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-24T06:14:14.881Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:14:14.881Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:14.881Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:14.881Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-24T06:14:14.881Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-24T06:14:14.881Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:14:14.882Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:14.882Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:14.882Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:14.882Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-24T06:14:14.882Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-24T06:14:14.882Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-24T06:14:14.883Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-24T06:14:14.883Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:14.883Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T06:14:14.883Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:14.883Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-24T06:14:14.883Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:14:14.884Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:14.884Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-24T06:14:14.884Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:14:14.884Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:14.884Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-24T06:14:14.884Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:14:14.884Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:14.885Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-24T06:14:14.885Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-24T06:14:14.885Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7eca887a-080b-46c5-8996-c837fb8cd2a1
2022-11-24T06:14:14.885Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:14.885Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:14.885Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:14.886Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:14.886Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:14.886Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:14.886Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:14.886Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:14.886Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:8d588921-71d3-4336-bbc9-0c322260a5d6
Model Version:NULL
Model InvariantUuid:daeae745-c84a-437e-8a13-62a5360bf863
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:b7ccee9d-8d25-403e-b932-882c95a9cd68
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:af949507-df8a-41a2-98e0-0b532fc8b752
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7c1b62ba-be54-4e20-ba3f-ec8e2a7db757
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:32e7537f-3f08-42df-89f5-2430769ec9b1
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e5701be7-18e6-4eb2-b5f4-2805ef1bf0ba
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7eca887a-080b-46c5-8996-c837fb8cd2a1
ModelInvariantUuid:22ac604d-fc7e-472a-ad8c-85bf9ff63077
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:6e4ac90b-a971-4ef6-a916-89e51d232672
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:2a53803e-62d1-4c7a-a1f6-d5eb3590c31a
ModelInvariantUuid:b7556a65-199b-403e-8459-8064c1cddd31
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:13fbcaa4-9c06-4162-8177-0a18ec682102
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-24T06:14:14.893Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b25c7833-131f-4c83-b820-ba912b79ff78
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:14:14.896Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-11-24T06:14:14.896Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b25c7833-131f-4c83-b820-ba912b79ff78
2022-11-24T06:14:14.896Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 77754aa1-1837-4113-88e3-145e9af91ad5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-24T06:14:14.896Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-24T06:14:14.896Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-24T06:14:14.942Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-24T06:14:14.942Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 77754aa1-1837-4113-88e3-145e9af91ad5 12
2022-11-24T06:14:14.943Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-24T06:14:14.943Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-24T06:14:14.943Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:14:14.943Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:14.945Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:14.945Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270454943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:14:15.046Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:15.047Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:15.047Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:15.067Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:15.068Z||pool-66-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:14:15.946Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7824bff6-ef4e-4960-a445-a6b0ff57f886 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-24T06:14:15.947Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-24T06:14:15.947Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-24T06:14:15.997Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-24T06:14:15.998Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7824bff6-ef4e-4960-a445-a6b0ff57f886 2688
2022-11-24T06:14:15.998Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-24T06:14:15.998Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-24T06:14:15.998Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:14:15.998Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:16.001Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:16.001Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270455998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:14:16.101Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:16.103Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:16.103Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:16.126Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:16.127Z||pool-67-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:14:17.002Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: db18e4a8-b048-474a-8fe5-32bb800f6b3c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-24T06:14:17.003Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-24T06:14:17.003Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-24T06:14:17.054Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-24T06:14:17.055Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json db18e4a8-b048-474a-8fe5-32bb800f6b3c 828
2022-11-24T06:14:17.055Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-24T06:14:17.055Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-24T06:14:17.056Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:14:17.056Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:17.058Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:17.058Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270457055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:14:17.158Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:17.160Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:17.160Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:17.174Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:17.175Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:14:18.059Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "32e7537f-3f08-42df-89f5-2430769ec9b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e5701be7-18e6-4eb2-b5f4-2805ef1bf0ba",
    "vfModuleModelCustomizationUUID": "2a097a7c-0a21-4abd-bb49-059f4e4b692b",
    "isBase": true,
    "artifacts": [
      "7824bff6-ef4e-4960-a445-a6b0ff57f886",
      "c8a08ac4-07fc-4cf9-b353-b681cc5ad6d3",
      "2f19ed28-f4af-4000-9bd6-ac6021797821"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-24T06:14:18.062Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e5701be7-18e6-4eb2-b5f4-2805ef1bf0ba
VfModuleModelInvariantUUID:32e7537f-3f08-42df-89f5-2430769ec9b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
7824bff6-ef4e-4960-a445-a6b0ff57f886
,
c8a08ac4-07fc-4cf9-b353-b681cc5ad6d3
,
2f19ed28-f4af-4000-9bd6-ac6021797821

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

isBase:true


}

2022-11-24T06:14:18.067Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "32e7537f-3f08-42df-89f5-2430769ec9b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e5701be7-18e6-4eb2-b5f4-2805ef1bf0ba",
    "vfModuleModelCustomizationUUID": "2a097a7c-0a21-4abd-bb49-059f4e4b692b",
    "isBase": true,
    "artifacts": [
      "7824bff6-ef4e-4960-a445-a6b0ff57f886",
      "c8a08ac4-07fc-4cf9-b353-b681cc5ad6d3",
      "2f19ed28-f4af-4000-9bd6-ac6021797821"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-24T06:14:18.067Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e5701be7-18e6-4eb2-b5f4-2805ef1bf0ba
VfModuleModelInvariantUUID:32e7537f-3f08-42df-89f5-2430769ec9b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
7824bff6-ef4e-4960-a445-a6b0ff57f886
,
c8a08ac4-07fc-4cf9-b353-b681cc5ad6d3
,
2f19ed28-f4af-4000-9bd6-ac6021797821

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

isBase:true


}

2022-11-24T06:14:18.068Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c8a08ac4-07fc-4cf9-b353-b681cc5ad6d3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-24T06:14:18.068Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-24T06:14:18.068Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-24T06:14:18.118Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-24T06:14:18.118Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c8a08ac4-07fc-4cf9-b353-b681cc5ad6d3 1164
2022-11-24T06:14:18.119Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-24T06:14:18.119Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-24T06:14:18.119Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:14:18.120Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:18.122Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:18.122Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270458119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:14:18.222Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:18.223Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:18.223Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:18.254Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:18.255Z||pool-69-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:14:19.131Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2f19ed28-f4af-4000-9bd6-ac6021797821 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-24T06:14:19.132Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-24T06:14:19.132Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-24T06:14:19.175Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-24T06:14:19.175Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2f19ed28-f4af-4000-9bd6-ac6021797821 200
2022-11-24T06:14:19.176Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-24T06:14:19.176Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-24T06:14:19.176Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:14:19.176Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:19.178Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:19.178Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270459175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:14:19.278Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:19.279Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:19.279Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:19.292Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:19.292Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:14:20.179Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8d588921-71d3-4336-bbc9-0c322260a5d6
2022-11-24T06:14:20.179Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b25c7833-131f-4c83-b820-ba912b79ff78 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-11-24T06:14:20.200Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:14:20.206Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f1b76b5, org.onap.sdc.toscaparser.api.parameters.Input@5ddfbaf5, org.onap.sdc.toscaparser.api.parameters.Input@4cca6e5b, org.onap.sdc.toscaparser.api.parameters.Input@3157aa55, org.onap.sdc.toscaparser.api.parameters.Input@155ddc14]
2022-11-24T06:14:20.207Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:20.208Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:20.208Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-11-24T06:14:20.208Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7c1b62ba-be54-4e20-ba3f-ec8e2a7db757
2022-11-24T06:14:20.208Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7c1b62ba-be54-4e20-ba3f-ec8e2a7db757 matches Tosca VF Customization UUID: 7c1b62ba-be54-4e20-ba3f-ec8e2a7db757
2022-11-24T06:14:20.209Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7c1b62ba-be54-4e20-ba3f-ec8e2a7db757  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-24T06:14:20.211Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:20.211Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:20.212Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7c1b62ba-be54-4e20-ba3f-ec8e2a7db757: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-24T06:14:20.212Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@265bce06
2022-11-24T06:14:20.213Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:20.213Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-24T06:14:20.214Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2a097a7c-0a21-4abd-bb49-059f4e4b692b
2022-11-24T06:14:20.214Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2a097a7c-0a21-4abd-bb49-059f4e4b692b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-24T06:14:20.216Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:20.216Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-24T06:14:20.216Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:14:20.217Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:20.217Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-24T06:14:20.217Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:14:20.217Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:20.218Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-24T06:14:20.218Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-24T06:14:20.218Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7eca887a-080b-46c5-8996-c837fb8cd2a1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-24T06:14:20.220Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:20.220Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-24T06:14:20.220Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:14:20.221Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:20.221Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-24T06:14:20.221Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7c1b62ba-be54-4e20-ba3f-ec8e2a7db757
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:14:20.223Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:20.223Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:20.223Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8d588921-71d3-4336-bbc9-0c322260a5d6: basic_cnf
2022-11-24T06:14:20.224Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:20.224Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:20.224Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:20.224Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:20.225Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:20.225Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:20.225Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:20.225Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:20.226Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:14:20.226Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:14:20.226Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:14:20.292Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b25c7833-131f-4c83-b820-ba912b79ff78 1 ASDC deployResourceStructure
2022-11-24T06:14:20.293Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-24T06:14:20.293Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-11-24T06:14:20.294Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-24T06:14:20.294Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:20.296Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:20.296Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270460293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-24T06:14:20.396Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:20.398Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:20.398Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:20.410Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:20.411Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:14:21.297Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-24T06:14:21.298Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-24T06:14:21.298Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-24T06:14:21.298Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:21.301Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:21.301Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270461297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-24T06:14:21.401Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:21.402Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:21.402Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:21.413Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:21.414Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:14:22.302Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-24T06:14:22.302Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-24T06:14:22.302Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:14:22.303Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:22.305Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:22.305Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270462302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T06:14:22.405Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:22.407Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:22.407Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:22.419Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:22.420Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:14:23.306Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-24T06:14:23.306Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-24T06:14:23.306Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:14:23.307Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:23.308Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:23.308Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270463305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-24T06:14:23.409Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:23.410Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:23.410Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:23.424Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:23.425Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:14:24.318Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-24T06:14:24.318Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-24T06:14:24.318Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:14:24.318Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:24.320Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:24.321Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270464316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-24T06:14:24.421Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:24.422Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:24.423Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:24.436Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:24.437Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:14:25.322Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-24T06:14:25.322Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-24T06:14:25.322Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:14:25.323Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:25.325Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:25.325Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270465322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:14:25.426Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:25.426Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:25.427Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:25.439Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:25.440Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:14:26.325Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc75e8f0-ddd0-466f-9fb1-b3a10420ee88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:14:26.336Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc75e8f0-ddd0-466f-9fb1-b3a10420ee88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:14:26.339Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:14:26.339Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T06:14:26.339Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T06:14:26.340Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T06:14:26.340Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:14:26.340Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:14:26.340Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:14:26.340Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:14:26.340Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:14:26.340Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|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=?
2022-11-24T06:14:26.345Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T06:14:31.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:14:31.783Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:14:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:31.825Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:31.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "080b402b-3039-455e-a2cd-4e5b7de50159",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270388002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:14:31.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:14:31.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:14:31.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:14:31.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T06:14:31.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:14:31.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-24T06:14:31.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:14:31.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:14:31.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:14:31.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-24T06:14:31.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:14:31.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:14:31.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:14:31.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:14:31.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:14:31.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270401941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:14:31.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:14:31.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270404692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:14:31.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:14:31.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270405751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:14:31.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:14:31.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270406801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:14:31.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:14:31.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270407938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T06:14:31.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:14:31.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270408943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-24T06:14:31.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:14:31.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270409946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-24T06:14:31.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:14:31.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:14:31.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270410953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:14:31.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:14:56.346Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fc75e8f0-ddd0-466f-9fb1-b3a10420ee88 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-24T06:14:56.356Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc75e8f0-ddd0-466f-9fb1-b3a10420ee88 and serviceModelVersionId: 8d588921-71d3-4336-bbc9-0c322260a5d6
2022-11-24T06:14:56.357Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : daeae745-c84a-437e-8a13-62a5360bf863
2022-11-24T06:14:56.358Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/daeae745-c84a-437e-8a13-62a5360bf863/model-vers/model-ver/8d588921-71d3-4336-bbc9-0c322260a5d6?depth=0
2022-11-24T06:14:56.363Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T06:14:56.417Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeae745-c84a-437e-8a13-62a5360bf863/model-vers/model-ver/8d588921-71d3-4336-bbc9-0c322260a5d6?depth=0|INFO|500||Invoke
2022-11-24T06:14:56.417Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeae745-c84a-437e-8a13-62a5360bf863/model-vers/model-ver/8d588921-71d3-4336-bbc9-0c322260a5d6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeae745-c84a-437e-8a13-62a5360bf863/model-vers/model-ver/8d588921-71d3-4336-bbc9-0c322260a5d6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc75e8f0-ddd0-466f-9fb1-b3a10420ee88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eea2d4f8-0072-4c0f-a977-064952b76f6c], X-ECOMP-RequestID=[fc75e8f0-ddd0-466f-9fb1-b3a10420ee88], X-TransactionId=[], X-ONAP-RequestID=[fc75e8f0-ddd0-466f-9fb1-b3a10420ee88], Content-Type=[application/merge-patch+json]}
2022-11-24T06:14:56.440Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeae745-c84a-437e-8a13-62a5360bf863/model-vers/model-ver/8d588921-71d3-4336-bbc9-0c322260a5d6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-24T06:14:56.519Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeae745-c84a-437e-8a13-62a5360bf863/model-vers/model-ver/8d588921-71d3-4336-bbc9-0c322260a5d6?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/daeae745-c84a-437e-8a13-62a5360bf863/model-vers/model-ver/8d588921-71d3-4336-bbc9-0c322260a5d6?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 06:14:56 GMT], content-length=[0], vertex-id=[438336], x-aai-txid=[1-aai-resources-221124-06:14:56:134-56406], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T06:14:56.520Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeae745-c84a-437e-8a13-62a5360bf863/model-vers/model-ver/8d588921-71d3-4336-bbc9-0c322260a5d6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-24T06:14:56.521Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeae745-c84a-437e-8a13-62a5360bf863/model-vers/model-ver/8d588921-71d3-4336-bbc9-0c322260a5d6?depth=0|INFO|500||InvokeReturn
2022-11-24T06:14:56.521Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T06:14:56.528Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|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=?
2022-11-24T06:14:56.534Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|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)
2022-11-24T06:14:56.535Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc75e8f0-ddd0-466f-9fb1-b3a10420ee88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T06:14:56.535Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T06:14:56.536Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:56.538Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:56.538Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270496535,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:14:56.638Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:56.639Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:56.639Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:56.655Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:56.656Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T06:14:57.572Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-24T06:14:57.572Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e460d14b-5d4b-4312-a0c4-734c3d5ae070","serviceName":"Demo_pNF_zpRzG6T87MOlURQrE3ZP","serviceVersion":"1.0","serviceUUID":"97ed0583-9261-4a5e-b5b4-6e612bd43d9e","serviceDescription":"catalog service description","serviceInvariantUUID":"44bef557-c5fa-4a4e-98ac-0a2a4fb3c2cd","resources":[{"resourceInstanceName":"pNF 6c6120c2-a102 0","resourceName":"pNF 6c6120c2-a102","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26c7811c-9148-4555-856e-9a1e16b37f6c","resourceInvariantUUID":"cce94d53-7abc-4702-83d3-6db457eda159","resourceCustomizationUUID":"a615e168-c651-4f46-9429-42cca56e305c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vf-license-model.xml","artifactChecksum":"MjlkYTFlMjY2ZTNhYWI3NjRhZDM1ZTQ0ZWU4OWM1MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c2abddae-66df-4853-8618-2963f12d9ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/pNF.csar","artifactChecksum":"MmJjMDdkOGY3MDNlYmZmOWJjMWExNTk4NGMxZDNhMzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e384769-0f78-4df4-ac76-9d78f54e55ef","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb26f7c5-2b93-43a1-9d44-1bb6289418a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vendor-license-model.xml","artifactChecksum":"N2E4MGQyOGI4NTM4NzVmYTQ4ZGUwOWIwZGM3YzQ0NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7c5d650-10cd-4659-b88a-35fa76a690c1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4af83a8c-6dac-459b-8e61-004b65dd586b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6409a42-df87-4f69-b819-7314fd62f76f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZprzg6t87molurqre3zp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-template.yml","artifactChecksum":"ZjRmYTZlOWIyMDNkNWM5YTBiNzVhNTY3MmY5MmMzOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"430a1f39-9686-4a7d-ad0e-5446e42d302d","artifactVersion":"1"},{"artifactName":"service-DemoPnfZprzg6t87molurqre3zp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar","artifactChecksum":"ODY0ODg5ZDVmZjRmN2EyZDhhZTQ0YTczMTE0ZDUyODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"62989fbb-ff65-4b34-b442-34f2be3e5673","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T06:14:57.573Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:14:57.573Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:57.576Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:57.576Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:14:57.676Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:57.677Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:57.677Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:57.696Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:57.696Z||pool-78-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:14:58.577Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:14:58.578Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:58.581Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:58.582Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:14:58.684Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-24T06:14:58.684Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:58.685Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:58.701Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:58.702Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:14:59.583Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:14:59.584Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:14:59.586Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:14:59.586Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:14:59.687Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:14:59.688Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:14:59.688Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:14:59.721Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:14:59.723Z||pool-80-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:15:00.587Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:15:00.587Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:15:00.590Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:15:00.590Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:15:00.690Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:15:00.691Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:15:00.691Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:15:00.706Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:15:00.707Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:15:01.591Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:15:01.592Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:15:01.594Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:15:01.594Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:15:01.694Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:15:01.695Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:15:01.696Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:15:01.715Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:15:01.716Z||pool-82-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:15:02.595Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:15:02.596Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:15:02.599Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:15:02.599Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:15:02.699Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:15:02.700Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:15:02.701Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:15:02.712Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:15:02.713Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:15:03.601Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:15:03.602Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:15:03.604Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:15:03.604Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:15:03.707Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-24T06:15:03.708Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:15:03.708Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:15:03.723Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:15:03.723Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:15:04.605Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:15:04.606Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:15:04.609Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:15:04.609Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:15:04.709Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:15:04.710Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:15:04.710Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:15:04.728Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:15:04.729Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:15:05.610Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "serviceName": "Demo_pNF_zpRzG6T87MOlURQrE3ZP",
  "serviceVersion": "1.0",
  "serviceUUID": "97ed0583-9261-4a5e-b5b4-6e612bd43d9e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "44bef557-c5fa-4a4e-98ac-0a2a4fb3c2cd",
  "resources": [
    {
      "resourceInstanceName": "pNF 6c6120c2-a102 0",
      "resourceCustomizationUUID": "a615e168-c651-4f46-9429-42cca56e305c",
      "resourceName": "pNF 6c6120c2-a102",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26c7811c-9148-4555-856e-9a1e16b37f6c",
      "resourceInvariantUUID": "cce94d53-7abc-4702-83d3-6db457eda159",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
      "artifactChecksum": "ODY0ODg5ZDVmZjRmN2EyZDhhZTQ0YTczMTE0ZDUyODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "62989fbb-ff65-4b34-b442-34f2be3e5673"
    }
  ],
  "workloadContext": "Production"
}
2022-11-24T06:15:05.611Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T06:15:05.611Z|fc75e8f0-ddd0-466f-9fb1-b3a10420ee88|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 97ed0583-9261-4a5e-b5b4-6e612bd43d9e ASDC
2022-11-24T06:15:05.612Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e460d14b-5d4b-4312-a0c4-734c3d5ae070
ServiceName:Demo_pNF_zpRzG6T87MOlURQrE3ZP
ServiceVersion:1.0
ServiceUUID:97ed0583-9261-4a5e-b5b4-6e612bd43d9e
ServiceInvariantUUID:44bef557-c5fa-4a4e-98ac-0a2a4fb3c2cd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZprzg6t87molurqre3zp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar
ArtifactUUID:62989fbb-ff65-4b34-b442-34f2be3e5673
ArtifactChecksum:ODY0ODg5ZDVmZjRmN2EyZDhhZTQ0YTczMTE0ZDUyODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6c6120c2-a102 0
ResourceCustomizationUUID:a615e168-c651-4f46-9429-42cca56e305c
ResourceInvariantUUID:cce94d53-7abc-4702-83d3-6db457eda159
ResourceName:pNF 6c6120c2-a102
ResourceType:PNF
ResourceUUID:26c7811c-9148-4555-856e-9a1e16b37f6c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-24T06:15:05.612Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 97ed0583-9261-4a5e-b5b4-6e612bd43d9e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T06:15:05.656Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:15:05.657Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:15:05.657Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:15:05.657Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 62989fbb-ff65-4b34-b442-34f2be3e5673 from URL: /sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:05.657Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-24T06:15:05.657Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:05.796Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-24T06:15:05.801Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar 62989fbb-ff65-4b34-b442-34f2be3e5673 88027
2022-11-24T06:15:05.801Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar ASDC sendASDCNotification
2022-11-24T06:15:05.801Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:05.801Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:15:05.802Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:15:05.805Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:15:05.805Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270505801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:15:05.904Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:15:05.905Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:15:05.905Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:15:05.924Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:15:05.925Z||pool-86-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:15:06.806Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:15:06.807Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-24T06:15:06.808Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 62989fbb-ff65-4b34-b442-34f2be3e5673, URL: /sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar to file: /app/ASDC/1/service-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:06.808Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:06.809Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:06.809Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:07.007Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13056690573492209983/Definitions/service-DemoPnfZprzg6t87molurqre3zp-template.yml
2022-11-24T06:15:07.862Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T06:15:07.862Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-24T06:15:07.862Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:07.863Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-24T06:15:07.863Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||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-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:07.863Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:07.863Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c6120c2-a102 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-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:07.863Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||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-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:07.863Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:07.863Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:07.863Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:07.863Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-24T06:15:07.863Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:15:07.864Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zpRzG6T87MOlURQrE3ZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:15:07.864Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Node template pNF 6c6120c2-a102 0 is matching search criteria
2022-11-24T06:15:07.864Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-24T06:15:07.864Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6c6120c2-a102 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:15:07.864Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:15:07.865Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zpRzG6T87MOlURQrE3ZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:15:07.865Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Node template pNF 6c6120c2-a102 0 is matching search criteria
2022-11-24T06:15:07.865Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-24T06:15:07.865Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6c6120c2-a102 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:15:07.865Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:15:07.865Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zpRzG6T87MOlURQrE3ZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:15:07.866Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:15:07.866Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zpRzG6T87MOlURQrE3ZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:15:07.866Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:15:07.866Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zpRzG6T87MOlURQrE3ZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:15:07.866Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:15:07.866Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zpRzG6T87MOlURQrE3ZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:15:07.866Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:15:07.867Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zpRzG6T87MOlURQrE3ZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:15:07.867Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_zpRzG6T87MOlURQrE3ZP
Description:catalog service description
Model UUID:97ed0583-9261-4a5e-b5b4-6e612bd43d9e
Model Version:NULL
Model InvariantUuid:44bef557-c5fa-4a4e-98ac-0a2a4fb3c2cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-24T06:15:07.874Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 26c7811c-9148-4555-856e-9a1e16b37f6c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:15:07.878Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||pNF 6c6120c2-a102 0
2022-11-24T06:15:07.878Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 26c7811c-9148-4555-856e-9a1e16b37f6c
2022-11-24T06:15:07.878Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 97ed0583-9261-4a5e-b5b4-6e612bd43d9e
2022-11-24T06:15:07.878Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 97ed0583-9261-4a5e-b5b4-6e612bd43d9e
2022-11-24T06:15:07.878Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6c6120c2-a102 0 26c7811c-9148-4555-856e-9a1e16b37f6c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:15:07.885Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1509b888, org.onap.sdc.toscaparser.api.parameters.Input@377459c1, org.onap.sdc.toscaparser.api.parameters.Input@6a98a30f, org.onap.sdc.toscaparser.api.parameters.Input@6c38feb8, org.onap.sdc.toscaparser.api.parameters.Input@342dd64f]
2022-11-24T06:15:07.885Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:15:07.885Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zpRzG6T87MOlURQrE3ZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:15:07.885Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 97ed0583-9261-4a5e-b5b4-6e612bd43d9e: pNF 6c6120c2-a102
2022-11-24T06:15:07.885Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||Processing PNF resource: 26c7811c-9148-4555-856e-9a1e16b37f6c
2022-11-24T06:15:07.885Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:15:07.886Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zpRzG6T87MOlURQrE3ZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:15:07.886Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||Resource customization UUID: a615e168-c651-4f46-9429-42cca56e305c is the same as notified resource customizationUUID: a615e168-c651-4f46-9429-42cca56e305c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-24T06:15:07.934Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6c6120c2-a102 26c7811c-9148-4555-856e-9a1e16b37f6c 0 ASDC deployResourceStructure
2022-11-24T06:15:07.934Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar ASDC sendASDCNotification
2022-11-24T06:15:07.934Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar
2022-11-24T06:15:07.934Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:15:07.935Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:15:07.936Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:15:07.936Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270507934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:15:08.037Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:15:08.038Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:15:08.038Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:15:08.052Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:15:08.053Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:15:08.937Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e460d14b-5d4b-4312-a0c4-734c3d5ae070
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:15:09.172Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e460d14b-5d4b-4312-a0c4-734c3d5ae070
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:15:09.176Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:15:09.176Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T06:15:09.176Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T06:15:09.176Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T06:15:09.176Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:15:09.176Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:15:09.176Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:15:09.176Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:15:09.176Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:15:09.176Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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=?
2022-11-24T06:15:09.181Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T06:15:31.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:15:31.783Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:15:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:15:31.823Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:15:31.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91167dfa-d948-43b9-aa02-486a4aec7adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270442192,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:15:31.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:15:31.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:15:31.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:15:31.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-24T06:15:31.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:15:31.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-24T06:15:31.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:15:31.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T06:15:31.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:15:31.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-24T06:15:31.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:15:31.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:15:31.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:15:31.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-24T06:15:31.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:15:31.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:15:31.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:15:31.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:15:31.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:15:31.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270452410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:15:31.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:15:31.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270454943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:15:31.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:15:31.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270455998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:15:31.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:15:31.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270457055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:15:31.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:15:31.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270458119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:15:31.849Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:15:31.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270459175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:15:31.849Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:15:31.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270460293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-24T06:15:31.850Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:15:31.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270461297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-24T06:15:31.850Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:15:31.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270462302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T06:15:31.851Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:15:31.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270463305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-24T06:15:31.856Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:15:31.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270464316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-24T06:15:31.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:15:31.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-24T06:15:31.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270465322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:15:31.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:15:39.187Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e460d14b-5d4b-4312-a0c4-734c3d5ae070 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-24T06:15:39.196Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e460d14b-5d4b-4312-a0c4-734c3d5ae070 and serviceModelVersionId: 97ed0583-9261-4a5e-b5b4-6e612bd43d9e
2022-11-24T06:15:39.197Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44bef557-c5fa-4a4e-98ac-0a2a4fb3c2cd
2022-11-24T06:15:39.197Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44bef557-c5fa-4a4e-98ac-0a2a4fb3c2cd/model-vers/model-ver/97ed0583-9261-4a5e-b5b4-6e612bd43d9e?depth=0
2022-11-24T06:15:39.208Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T06:15:39.265Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bef557-c5fa-4a4e-98ac-0a2a4fb3c2cd/model-vers/model-ver/97ed0583-9261-4a5e-b5b4-6e612bd43d9e?depth=0|INFO|500||Invoke
2022-11-24T06:15:39.266Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bef557-c5fa-4a4e-98ac-0a2a4fb3c2cd/model-vers/model-ver/97ed0583-9261-4a5e-b5b4-6e612bd43d9e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bef557-c5fa-4a4e-98ac-0a2a4fb3c2cd/model-vers/model-ver/97ed0583-9261-4a5e-b5b4-6e612bd43d9e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e460d14b-5d4b-4312-a0c4-734c3d5ae070], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0570e6e6-97d2-4b2c-beb1-07bf24a42c8b], X-ECOMP-RequestID=[e460d14b-5d4b-4312-a0c4-734c3d5ae070], X-TransactionId=[], X-ONAP-RequestID=[e460d14b-5d4b-4312-a0c4-734c3d5ae070], Content-Type=[application/merge-patch+json]}
2022-11-24T06:15:39.290Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bef557-c5fa-4a4e-98ac-0a2a4fb3c2cd/model-vers/model-ver/97ed0583-9261-4a5e-b5b4-6e612bd43d9e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-24T06:15:39.368Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bef557-c5fa-4a4e-98ac-0a2a4fb3c2cd/model-vers/model-ver/97ed0583-9261-4a5e-b5b4-6e612bd43d9e?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/44bef557-c5fa-4a4e-98ac-0a2a4fb3c2cd/model-vers/model-ver/97ed0583-9261-4a5e-b5b4-6e612bd43d9e?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 06:15:38 GMT], content-length=[0], vertex-id=[237640], x-aai-txid=[0-aai-resources-221124-06:15:38:984-48167], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T06:15:39.369Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bef557-c5fa-4a4e-98ac-0a2a4fb3c2cd/model-vers/model-ver/97ed0583-9261-4a5e-b5b4-6e612bd43d9e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-24T06:15:39.370Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bef557-c5fa-4a4e-98ac-0a2a4fb3c2cd/model-vers/model-ver/97ed0583-9261-4a5e-b5b4-6e612bd43d9e?depth=0|INFO|500||InvokeReturn
2022-11-24T06:15:39.371Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T06:15:39.371Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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=?
2022-11-24T06:15:39.377Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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)
2022-11-24T06:15:39.377Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e460d14b-5d4b-4312-a0c4-734c3d5ae070 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T06:15:39.378Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T06:15:39.378Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:15:39.380Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:15:39.380Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270539378,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:15:39.480Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:15:39.481Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:15:39.482Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:15:39.504Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:15:39.505Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T06:15:40.394Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:15:40.394Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:15:40.395Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:15:50.765Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:15:50.766Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:15:50.767Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:15:50.767Z|32320697-01fb-4334-842e-779a5206c9b2|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:16:00.315Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:16:00.316Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:16:00.316Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:16:00.316Z|32320697-01fb-4334-842e-779a5206c9b2|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:16:09.904Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:16:09.904Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:16:09.905Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:16:09.905Z|32320697-01fb-4334-842e-779a5206c9b2|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:16:19.456Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:16:19.458Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:16:19.459Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:16:19.459Z|32320697-01fb-4334-842e-779a5206c9b2|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:16:29.022Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:16:31.779Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:16:31.781Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:16:31.781Z|32320697-01fb-4334-842e-779a5206c9b2|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:16:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:16:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:16:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:16:31.825Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:16:31.826Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-24T06:16:31.826Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc75e8f0-ddd0-466f-9fb1-b3a10420ee88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270496535,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:16:31.827Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:16:31.828Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-24T06:16:31.828Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:16:31.828Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:16:31.828Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-24T06:16:31.828Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:16:31.828Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:16:31.828Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-24T06:16:31.829Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:16:31.829Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:16:31.829Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-24T06:16:31.829Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:16:31.829Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:16:31.829Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-24T06:16:31.829Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:16:31.829Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:16:31.830Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-24T06:16:31.830Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/resourceInstances/pnf6c6120c2a1020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:16:31.830Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:16:31.830Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-24T06:16:31.830Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:16:31.830Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:16:31.830Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-24T06:16:31.831Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270389020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:16:31.831Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:16:31.831Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-24T06:16:31.831Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270505801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:16:31.832Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:16:31.832Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-24T06:16:31.832Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270507934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZprzg6t87molurqre3zp/1.0/artifacts/service-DemoPnfZprzg6t87molurqre3zp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:16:31.832Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:16:41.359Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:17:31.779Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:17:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:17:31.783Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:17:31.783Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:17:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:17:31.784Z|32320697-01fb-4334-842e-779a5206c9b2|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:17:32.322Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:17:32.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-24T06:17:32.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e460d14b-5d4b-4312-a0c4-734c3d5ae070",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270539378,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:17:32.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:17:41.355Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:18:31.778Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:18:31.779Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:18:31.779Z|32320697-01fb-4334-842e-779a5206c9b2|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:18:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:18:31.782Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:18:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:18:41.345Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:18:41.345Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:19:31.778Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:19:31.780Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:19:31.780Z|32320697-01fb-4334-842e-779a5206c9b2|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:19:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:19:31.783Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:19:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:19:41.380Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:19:41.389Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:20:31.778Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:20:31.779Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:20:31.780Z|32320697-01fb-4334-842e-779a5206c9b2|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:20:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:20:31.783Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:20:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:20:41.330Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:20:41.341Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:21:31.779Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:21:31.780Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:21:31.781Z|32320697-01fb-4334-842e-779a5206c9b2|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:21:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:21:31.782Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:21:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:21:41.341Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:21:41.341Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:31.778Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:22:31.780Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:22:31.780Z|32320697-01fb-4334-842e-779a5206c9b2|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:22:31.782Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:22:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:32.038Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:32.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:22:32.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270945704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:22:32.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:22:32.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:22:32.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "cds",
  "timestamp": 1669270941223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:22:32.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:22:32.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:22:32.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270943910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:22:32.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:22:32.429Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:32.430Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T06:22:32.430Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"732abda4-a4ce-44ba-b632-4a62147f31ce","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"eb9130f1-892f-47ae-ab18-b0f7b8a5316e","serviceDescription":"service","serviceInvariantUUID":"8f50ce22-3ef7-4dc4-95af-d6bbb90039ce","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe6e2cb0-5603-424c-85e9-972384fae588","resourceInvariantUUID":"2c229240-e8f3-46d3-acaf-4bec47ac27f4","resourceCustomizationUUID":"22b8a159-9609-4037-b412-1caa4be07168","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":"MTNmMWI2MjBmYWJkMDViYzk4N2ZlYzcwMjQ2MzllMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e8011f8-77b6-45ac-a05d-1986144e215d","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":"YjkyMGVkY2RlNzYwZmQ4MTI2YjkzMTZiMTMzYjM2Njk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe750262-4f46-421b-9320-6cdaa09f29b1","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":"36036889-6364-4f3f-b934-b6afc9cc13c1","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":"aa2096d7-b835-4fde-aa7d-1ac428cc6e83","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":"f40056d7-da41-48bc-8998-80a5ef3b90d4","artifactVersion":"2","generatedFromUUID":"16b2c7bb-5e96-46ab-ac8c-a49329761086"},{"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":"e3f402aa-525e-4cfe-bee4-775b221932cb","artifactVersion":"2","generatedFromUUID":"36036889-6364-4f3f-b934-b6afc9cc13c1"},{"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":"16b2c7bb-5e96-46ab-ac8c-a49329761086","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":"7e7facc6-19ea-45c9-93dd-dc748bc2a5b7","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":"Yjg1NWQwOWQyOWMyNGNlZGJiODRkZjc3N2NiMWRjMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8817265e-72f2-4e61-9aed-735be6694062","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Njc5M2U4MTNkYmFlNzUyNzYzZjY1OGY3NGMyNWQ4ZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"539cff28-61be-4f0f-8e08-6a76143b9106","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T06:22:32.434Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:22:32.435Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:32.440Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:32.440Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:22:32.540Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:32.541Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:32.542Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:32.555Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:32.556Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:22:33.441Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:22:33.442Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:33.445Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:33.445Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T06:22:33.545Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:33.546Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:33.546Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:33.563Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:33.564Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:22:34.446Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:22:34.447Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:34.450Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:34.450Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-24T06:22:34.550Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:34.551Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:34.551Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:34.568Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:34.569Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:35.450Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:22:35.451Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:35.454Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:35.454Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:22:35.554Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:35.555Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:35.556Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:35.572Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:35.573Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:36.454Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:22:36.455Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:36.458Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:36.458Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-24T06:22:36.558Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:36.559Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:36.559Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:36.572Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:36.573Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:37.458Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:22:37.459Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:37.462Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:37.462Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-24T06:22:37.562Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:37.563Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:37.563Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:37.580Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:37.581Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:38.463Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:22:38.465Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:38.468Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:38.468Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-24T06:22:38.568Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:22:38.569Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:38.569Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:38.583Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:38.584Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:39.469Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:22:39.470Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:39.473Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:39.473Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:22:39.573Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:39.575Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:39.575Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:39.588Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:39.589Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:40.474Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:22:40.475Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:40.477Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:40.477Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:22:40.577Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:40.578Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:40.578Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:40.590Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:40.590Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:41.478Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:22:41.479Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:41.482Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:41.482Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:22:41.582Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:41.583Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:41.583Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:41.595Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:41.596Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:42.484Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "eb9130f1-892f-47ae-ab18-b0f7b8a5316e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8f50ce22-3ef7-4dc4-95af-d6bbb90039ce",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "22b8a159-9609-4037-b412-1caa4be07168",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe6e2cb0-5603-424c-85e9-972384fae588",
      "resourceInvariantUUID": "2c229240-e8f3-46d3-acaf-4bec47ac27f4",
      "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": "YjkyMGVkY2RlNzYwZmQ4MTI2YjkzMTZiMTMzYjM2Njk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fe750262-4f46-421b-9320-6cdaa09f29b1",
          "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": "36036889-6364-4f3f-b934-b6afc9cc13c1",
          "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": "e3f402aa-525e-4cfe-bee4-775b221932cb",
            "generatedFromUUID": "36036889-6364-4f3f-b934-b6afc9cc13c1"
          },
          "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": "f40056d7-da41-48bc-8998-80a5ef3b90d4",
          "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": "e3f402aa-525e-4cfe-bee4-775b221932cb",
          "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": "16b2c7bb-5e96-46ab-ac8c-a49329761086",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Njc5M2U4MTNkYmFlNzUyNzYzZjY1OGY3NGMyNWQ4ZGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "539cff28-61be-4f0f-8e08-6a76143b9106"
    }
  ],
  "workloadContext": "Production"
}
2022-11-24T06:22:42.485Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T06:22:42.485Z|32320697-01fb-4334-842e-779a5206c9b2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 eb9130f1-892f-47ae-ab18-b0f7b8a5316e ASDC
2022-11-24T06:22:42.486Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:732abda4-a4ce-44ba-b632-4a62147f31ce
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:eb9130f1-892f-47ae-ab18-b0f7b8a5316e
ServiceInvariantUUID:8f50ce22-3ef7-4dc4-95af-d6bbb90039ce
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:539cff28-61be-4f0f-8e08-6a76143b9106
ArtifactChecksum:Njc5M2U4MTNkYmFlNzUyNzYzZjY1OGY3NGMyNWQ4ZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:22b8a159-9609-4037-b412-1caa4be07168
ResourceInvariantUUID:2c229240-e8f3-46d3-acaf-4bec47ac27f4
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:fe6e2cb0-5603-424c-85e9-972384fae588
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:fe750262-4f46-421b-9320-6cdaa09f29b1
ArtifactChecksum:YjkyMGVkY2RlNzYwZmQ4MTI2YjkzMTZiMTMzYjM2Njk=
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:36036889-6364-4f3f-b934-b6afc9cc13c1
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:e3f402aa-525e-4cfe-bee4-775b221932cb
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:f40056d7-da41-48bc-8998-80a5ef3b90d4
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:e3f402aa-525e-4cfe-bee4-775b221932cb
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:16b2c7bb-5e96-46ab-ac8c-a49329761086
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-24T06:22:42.486Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb9130f1-892f-47ae-ab18-b0f7b8a5316e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:22:42.540Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:22:42.541Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T06:22:42.541Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T06:22:42.541Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 539cff28-61be-4f0f-8e08-6a76143b9106 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-24T06:22:42.541Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T06:22:42.542Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:42.620Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T06:22:42.628Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 539cff28-61be-4f0f-8e08-6a76143b9106 163290
2022-11-24T06:22:42.629Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:42.629Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:42.629Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:22:42.630Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:42.632Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:42.632Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270962629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:22:42.732Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:42.733Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:42.733Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:42.745Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:42.746Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:43.632Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:22:43.634Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T06:22:43.634Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 539cff28-61be-4f0f-8e08-6a76143b9106, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-24T06:22:43.635Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-24T06:22:43.637Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-24T06:22:43.637Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-24T06:22:43.871Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11179578163806086969/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-24T06:22:45.228Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T06:22:45.228Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-24T06:22:45.229Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-24T06:22:45.229Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-24T06:22:45.229Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:45.229Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:45.229Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:45.229Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:45.229Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-24T06:22:45.230Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:45.230Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:45.231Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-24T06:22:45.231Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-24T06:22:45.231Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:22:45.232Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:45.232Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:22:45.232Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-24T06:22:45.232Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-24T06:22:45.232Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:22:45.233Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:45.233Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:22:45.233Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:45.234Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-24T06:22:45.234Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-24T06:22:45.234Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-24T06:22:45.234Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-24T06:22:45.234Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:45.234Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:45.234Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:45.235Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-24T06:22:45.235Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:22:45.236Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:45.236Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-24T06:22:45.237Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:22:45.237Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:45.237Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-24T06:22:45.237Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:22:45.237Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:45.238Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-24T06:22:45.238Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:22:45.238Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:45.238Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-24T06:22:45.238Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-24T06:22:45.238Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=ed3bd561-99ec-402d-bebf-6807e6eff001
2022-11-24T06:22:45.238Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:45.238Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:22:45.239Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:45.239Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:22:45.239Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:45.239Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:22:45.239Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:45.239Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:22:45.239Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:eb9130f1-892f-47ae-ab18-b0f7b8a5316e
Model Version:NULL
Model InvariantUuid:8f50ce22-3ef7-4dc4-95af-d6bbb90039ce
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:773a97b4-b6e1-4c36-8d77-814b976a9704
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c229240-e8f3-46d3-acaf-4bec47ac27f4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:22b8a159-9609-4037-b412-1caa4be07168
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3f36910c-a3ad-434d-9e7a-936a7d8783d2
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a546b153-dda6-45ef-a648-2745b9d373cc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:c972a50d-6c39-461f-8418-907a9d12d2e5
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:43dae6f6-7707-45d2-a665-9dcb3c15b01f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ed3bd561-99ec-402d-bebf-6807e6eff001
ModelInvariantUuid:c40041db-6a77-4338-9490-a02ce32a4932
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:160edbc7-3d8c-4dd6-90ce-38603394013c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:8a4e6eed-349a-4945-bca5-7eeb0cda8fc6
ModelInvariantUuid:75a4b08b-cdc6-4127-8ed1-91d700ffc7b4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:f23f3850-6291-4d31-9e26-76816c7e3ea2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-24T06:22:45.250Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: fe6e2cb0-5603-424c-85e9-972384fae588
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:22:45.255Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-11-24T06:22:45.255Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe6e2cb0-5603-424c-85e9-972384fae588
2022-11-24T06:22:45.255Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fe750262-4f46-421b-9320-6cdaa09f29b1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-24T06:22:45.255Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T06:22:45.256Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:45.301Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T06:22:45.301Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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 fe750262-4f46-421b-9320-6cdaa09f29b1 1565
2022-11-24T06:22:45.302Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:45.302Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:45.302Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:22:45.302Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:45.304Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:45.305Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270965302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:22:45.405Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:45.406Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:45.406Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:45.422Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:45.424Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:46.306Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c972a50d-6c39-461f-8418-907a9d12d2e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43dae6f6-7707-45d2-a665-9dcb3c15b01f",
    "vfModuleModelCustomizationUUID": "ae23d9b4-0c98-4f29-8ac4-540476b82e36",
    "isBase": true,
    "artifacts": [
      "36036889-6364-4f3f-b934-b6afc9cc13c1",
      "e3f402aa-525e-4cfe-bee4-775b221932cb"
    ],
    "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": "3f36910c-a3ad-434d-9e7a-936a7d8783d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a546b153-dda6-45ef-a648-2745b9d373cc",
    "vfModuleModelCustomizationUUID": "434252ba-38c4-473a-a38b-05b78aa25933",
    "isBase": false,
    "artifacts": [
      "16b2c7bb-5e96-46ab-ac8c-a49329761086"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-24T06:22:46.312Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43dae6f6-7707-45d2-a665-9dcb3c15b01f
VfModuleModelInvariantUUID:c972a50d-6c39-461f-8418-907a9d12d2e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
36036889-6364-4f3f-b934-b6afc9cc13c1
,
e3f402aa-525e-4cfe-bee4-775b221932cb

}
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:a546b153-dda6-45ef-a648-2745b9d373cc
VfModuleModelInvariantUUID:3f36910c-a3ad-434d-9e7a-936a7d8783d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
16b2c7bb-5e96-46ab-ac8c-a49329761086

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

isBase:false


}

2022-11-24T06:22:46.315Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c972a50d-6c39-461f-8418-907a9d12d2e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43dae6f6-7707-45d2-a665-9dcb3c15b01f",
    "vfModuleModelCustomizationUUID": "ae23d9b4-0c98-4f29-8ac4-540476b82e36",
    "isBase": true,
    "artifacts": [
      "36036889-6364-4f3f-b934-b6afc9cc13c1",
      "e3f402aa-525e-4cfe-bee4-775b221932cb"
    ],
    "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": "3f36910c-a3ad-434d-9e7a-936a7d8783d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a546b153-dda6-45ef-a648-2745b9d373cc",
    "vfModuleModelCustomizationUUID": "434252ba-38c4-473a-a38b-05b78aa25933",
    "isBase": false,
    "artifacts": [
      "16b2c7bb-5e96-46ab-ac8c-a49329761086"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-24T06:22:46.315Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43dae6f6-7707-45d2-a665-9dcb3c15b01f
VfModuleModelInvariantUUID:c972a50d-6c39-461f-8418-907a9d12d2e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
36036889-6364-4f3f-b934-b6afc9cc13c1
,
e3f402aa-525e-4cfe-bee4-775b221932cb

}
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:a546b153-dda6-45ef-a648-2745b9d373cc
VfModuleModelInvariantUUID:3f36910c-a3ad-434d-9e7a-936a7d8783d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
16b2c7bb-5e96-46ab-ac8c-a49329761086

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

isBase:false


}

2022-11-24T06:22:46.316Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 36036889-6364-4f3f-b934-b6afc9cc13c1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-24T06:22:46.316Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T06:22:46.317Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:46.370Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T06:22:46.371Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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 36036889-6364-4f3f-b934-b6afc9cc13c1 914
2022-11-24T06:22:46.371Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:46.372Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:46.372Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:22:46.372Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:46.375Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:46.376Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270966371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:22:46.475Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:22:46.477Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:46.477Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:46.492Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:46.493Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:47.376Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f40056d7-da41-48bc-8998-80a5ef3b90d4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-24T06:22:47.377Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T06:22:47.377Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:47.427Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T06:22:47.427Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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 f40056d7-da41-48bc-8998-80a5ef3b90d4 12
2022-11-24T06:22:47.427Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:47.427Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:47.428Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:22:47.428Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:47.430Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:47.431Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270967427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:22:47.531Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:22:47.532Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:47.532Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:47.544Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:47.544Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:48.431Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e3f402aa-525e-4cfe-bee4-775b221932cb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-24T06:22:48.432Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T06:22:48.432Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:48.483Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T06:22:48.484Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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 e3f402aa-525e-4cfe-bee4-775b221932cb 96
2022-11-24T06:22:48.484Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:48.484Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:48.484Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:22:48.484Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:48.486Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:48.486Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270968484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:22:48.587Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:22:48.587Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:48.588Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:48.601Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:48.602Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:49.487Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 16b2c7bb-5e96-46ab-ac8c-a49329761086 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-24T06:22:49.488Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T06:22:49.488Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:49.532Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T06:22:49.533Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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 16b2c7bb-5e96-46ab-ac8c-a49329761086 20206
2022-11-24T06:22:49.534Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:49.534Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:49.534Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:22:49.534Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:49.542Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:49.542Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:22:49.637Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-24T06:22:49.637Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:49.638Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:49.651Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:49.651Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:50.546Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: eb9130f1-892f-47ae-ab18-b0f7b8a5316e
2022-11-24T06:22:50.547Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 fe6e2cb0-5603-424c-85e9-972384fae588 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:22:50.556Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a1df16d, org.onap.sdc.toscaparser.api.parameters.Input@612eb85e, org.onap.sdc.toscaparser.api.parameters.Input@209f9d7d, org.onap.sdc.toscaparser.api.parameters.Input@3c831b37, org.onap.sdc.toscaparser.api.parameters.Input@69400353]
2022-11-24T06:22:50.558Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:50.558Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:22:50.558Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-24T06:22:50.558Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 22b8a159-9609-4037-b412-1caa4be07168
2022-11-24T06:22:50.559Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22b8a159-9609-4037-b412-1caa4be07168 matches Tosca VF Customization UUID: 22b8a159-9609-4037-b412-1caa4be07168
2022-11-24T06:22:50.559Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 22b8a159-9609-4037-b412-1caa4be07168  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-24T06:22:50.561Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:50.561Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:22:50.562Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 22b8a159-9609-4037-b412-1caa4be07168: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-11-24T06:22:50.562Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56e4974
2022-11-24T06:22:50.562Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:50.562Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:50.563Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 434252ba-38c4-473a-a38b-05b78aa25933
2022-11-24T06:22:50.563Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 434252ba-38c4-473a-a38b-05b78aa25933
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-24T06:22:50.565Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:50.565Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-24T06:22:50.566Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:22:50.566Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:50.566Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-24T06:22:50.566Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:22:50.567Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:50.567Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-24T06:22:50.567Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=22b8a159-9609-4037-b412-1caa4be07168
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:22:50.570Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:50.570Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:22:50.571Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid eb9130f1-892f-47ae-ab18-b0f7b8a5316e: basic_cnf_macro
2022-11-24T06:22:50.571Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:50.571Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:22:50.571Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:50.571Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:22:50.572Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:50.572Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:22:50.572Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:50.572Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:50.572Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:22:50.573Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:22:50.573Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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 (?, ?, ?, ?, ?)
2022-11-24T06:22:50.631Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro fe6e2cb0-5603-424c-85e9-972384fae588 2 ASDC deployResourceStructure
2022-11-24T06:22:50.631Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:50.632Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:50.632Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:22:50.632Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:50.634Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:50.634Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270970631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T06:22:50.734Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:22:50.735Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:50.736Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:50.749Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:50.749Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:51.636Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:51.636Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:51.636Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:22:51.636Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:51.638Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:51.638Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270971635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-24T06:22:51.738Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:51.741Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:51.741Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:51.760Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:51.760Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:52.638Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:52.640Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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)
2022-11-24T06:22:52.640Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-24T06:22:52.640Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:52.643Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:52.643Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270972638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-24T06:22:52.743Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:52.744Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:52.744Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:52.761Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:52.761Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:53.644Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:53.647Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:53.648Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:22:53.649Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:53.652Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:53.652Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270973644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-24T06:22:53.752Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:53.753Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:53.754Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:53.771Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:53.772Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:22:54.655Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:54.656Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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)
2022-11-24T06:22:54.656Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-24T06:22:54.656Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:54.666Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:54.667Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270974655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-24T06:22:54.775Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-11-24T06:22:54.776Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:54.776Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:54.814Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:54.815Z||pool-109-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:22:55.668Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:55.668Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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
2022-11-24T06:22:55.668Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:22:55.668Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:22:55.671Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:22:55.671Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270975668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:22:55.771Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:22:55.772Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:22:55.773Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:22:55.789Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:22:55.790Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:22:56.672Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:22:56.689Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:22:56.693Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:22:56.693Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:22:56.693Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:23:26.694Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:23:26.706Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:23:26.708Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:23:26.708Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:23:26.708Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:23:31.783Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:23:31.784Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:23:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:23:31.845Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:23:31.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:23:31.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270945704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:23:31.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:23:56.709Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:23:56.724Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:23:56.726Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:23:56.727Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:23:56.727Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:24:26.728Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:24:26.742Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:24:26.746Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:24:26.746Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:24:26.746Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:24:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:24:31.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:24:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:24:31.816Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:24:31.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:24:31.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "cds",
  "timestamp": 1669270941223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:24:31.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:24:56.747Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:24:56.756Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:24:56.758Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:24:56.758Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:24:56.759Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:25:26.760Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:25:26.776Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:25:26.778Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:25:26.778Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-24T06:25:26.778Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-24T06:25:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:25:31.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:25:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:25:31.837Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:25:31.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270943910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270945704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "cds",
  "timestamp": 1669270941223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270943910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270945704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270943910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "cds",
  "timestamp": 1669270941223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270953417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270945704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270943910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "cds",
  "timestamp": 1669270941223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270953417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270945704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270943910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "cds",
  "timestamp": 1669270941223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270953417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270945704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270943910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "cds",
  "timestamp": 1669270941223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270953417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270945704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270943910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "cds",
  "timestamp": 1669270941223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270953417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270945704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270943910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "cds",
  "timestamp": 1669270941223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270953417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270945704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270943910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "cds",
  "timestamp": 1669270941223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270953417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270953417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270962335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:31.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270962347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:31.880Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "cds",
  "timestamp": 1669270960545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:31.881Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270951778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270953417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270963397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:31.882Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270962629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:31.882Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270953417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270964448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:31.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270964889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:25:31.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270965520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:31.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669270965894,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:25:31.892Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 732abda4-a4ce-44ba-b632-4a62147f31ce
2022-11-24T06:25:31.892Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 732abda4-a4ce-44ba-b632-4a62147f31ce and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:25:31.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "cds",
  "timestamp": 1669270964099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:25:31.906Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 732abda4-a4ce-44ba-b632-4a62147f31ce
2022-11-24T06:25:31.906Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 732abda4-a4ce-44ba-b632-4a62147f31ce and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:25:31.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270965302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:31.915Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270966587,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:25:31.920Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 732abda4-a4ce-44ba-b632-4a62147f31ce
2022-11-24T06:25:31.920Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 732abda4-a4ce-44ba-b632-4a62147f31ce and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:25:31.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669270967591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T06:25:31.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270966371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:31.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "aai-ml",
  "timestamp": 1669270966635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270967427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:31.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "aai-ml",
  "timestamp": 1669270966635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270968484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:31.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "aai-ml",
  "timestamp": 1669270966635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:31.935Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "aai-ml",
  "timestamp": 1669270966635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270970631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T06:25:31.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "aai-ml",
  "timestamp": 1669270966635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270971635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-24T06:25:31.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "aai-ml",
  "timestamp": 1669270966635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270972638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-24T06:25:31.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "aai-ml",
  "timestamp": 1669270966635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270973644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-24T06:25:31.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "aai-ml",
  "timestamp": 1669270966635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270974655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-24T06:25:31.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "aai-ml",
  "timestamp": 1669270966635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669270975668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:25:31.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "aai-ml",
  "timestamp": 1669270966635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "aai-ml",
  "timestamp": 1669270977465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:31.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "aai-ml",
  "timestamp": 1669270984887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:25:31.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "aai-ml",
  "timestamp": 1669270985891,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:25:31.953Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 732abda4-a4ce-44ba-b632-4a62147f31ce
2022-11-24T06:25:31.953Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 732abda4-a4ce-44ba-b632-4a62147f31ce and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:25:31.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "cds",
  "timestamp": 1669270986223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270993417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "cds",
  "timestamp": 1669270986223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270993417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "cds",
  "timestamp": 1669270986223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270993417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "cds",
  "timestamp": 1669270986223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270993417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "aai-ml",
  "timestamp": 1669270996635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "cds",
  "timestamp": 1669270986223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270993417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "aai-ml",
  "timestamp": 1669270996635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "cds",
  "timestamp": 1669270986223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270993417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "aai-ml",
  "timestamp": 1669270996635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "cds",
  "timestamp": 1669270986223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270993417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "aai-ml",
  "timestamp": 1669270996635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "cds",
  "timestamp": 1669270986223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:25:31.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669270993417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "aai-ml",
  "timestamp": 1669270996635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "cds",
  "timestamp": 1669271001475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:31.976Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:31.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "aai-ml",
  "timestamp": 1669270996635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "aai-ml",
  "timestamp": 1669270996635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271003910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:31.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:31.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:31.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "cds",
  "timestamp": 1669271002900,
  "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 (?, ?, ?, ?, ?)
2022-11-24T06:25:31.998Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4b0a52e-8555-447f-a09f-af7cf87d27c8
2022-11-24T06:25:31.998Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4b0a52e-8555-447f-a09f-af7cf87d27c8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:25:32.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "aai-ml",
  "timestamp": 1669270996635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:25:32.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271003910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T06:25:32.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271005704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:32.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "aai-ml",
  "timestamp": 1669271005348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:32.009Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:32.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271003910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-24T06:25:32.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271005704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:32.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271003910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:32.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271005704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:32.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271003910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-24T06:25:32.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271005704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:32.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271003910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:32.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271005704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:32.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271003910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:32.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271005704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:32.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271003910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:25:32.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271005704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:25:32.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:25:32.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:25:32.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271012637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:25:32.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:25:56.779Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:25:56.792Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:25:56.794Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:25:56.794Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T06:25:56.794Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T06:25:56.794Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T06:25:56.794Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:25:56.794Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:25:56.794Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:25:56.795Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:25:56.795Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:25:56.795Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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=?
2022-11-24T06:25:56.801Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T06:26:26.802Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 732abda4-a4ce-44ba-b632-4a62147f31ce and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-24T06:26:26.813Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 732abda4-a4ce-44ba-b632-4a62147f31ce and serviceModelVersionId: eb9130f1-892f-47ae-ab18-b0f7b8a5316e
2022-11-24T06:26:26.814Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f50ce22-3ef7-4dc4-95af-d6bbb90039ce
2022-11-24T06:26:26.815Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f50ce22-3ef7-4dc4-95af-d6bbb90039ce/model-vers/model-ver/eb9130f1-892f-47ae-ab18-b0f7b8a5316e?depth=0
2022-11-24T06:26:26.824Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T06:26:26.883Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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/8f50ce22-3ef7-4dc4-95af-d6bbb90039ce/model-vers/model-ver/eb9130f1-892f-47ae-ab18-b0f7b8a5316e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-24T06:26:26.886Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f50ce22-3ef7-4dc4-95af-d6bbb90039ce/model-vers/model-ver/eb9130f1-892f-47ae-ab18-b0f7b8a5316e?depth=0|INFO|500||Invoke
2022-11-24T06:26:26.910Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f50ce22-3ef7-4dc4-95af-d6bbb90039ce/model-vers/model-ver/eb9130f1-892f-47ae-ab18-b0f7b8a5316e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-24T06:26:26.996Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f50ce22-3ef7-4dc4-95af-d6bbb90039ce/model-vers/model-ver/eb9130f1-892f-47ae-ab18-b0f7b8a5316e?depth=0|INFO|500||InvokeReturn
2022-11-24T06:26:26.997Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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/8f50ce22-3ef7-4dc4-95af-d6bbb90039ce/model-vers/model-ver/eb9130f1-892f-47ae-ab18-b0f7b8a5316e?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 06:26:26 GMT], content-length=[0], vertex-id=[479296], x-aai-txid=[2-aai-resources-221124-06:26:26:588-82354], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T06:26:26.997Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-24T06:26:26.998Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T06:26:26.998Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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=?
2022-11-24T06:26:27.002Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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)
2022-11-24T06:26:27.004Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 732abda4-a4ce-44ba-b632-4a62147f31ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T06:26:27.005Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T06:26:27.006Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:27.009Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:27.009Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271187004,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:26:27.109Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:26:27.112Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:27.113Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:27.130Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:27.132Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T06:26:28.027Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:26:28.029Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:26:28.030Z|732abda4-a4ce-44ba-b632-4a62147f31ce|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:26:31.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:26:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:31.819Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:31.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271005704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:26:31.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "aai-ml",
  "timestamp": 1669271012395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:26:31.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:26:31.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271013699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:26:31.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:26:31.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271014448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:26:31.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:26:31.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "aai-ml",
  "timestamp": 1669271013400,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:26:31.831Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4b0a52e-8555-447f-a09f-af7cf87d27c8
2022-11-24T06:26:31.831Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4b0a52e-8555-447f-a09f-af7cf87d27c8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:26:31.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271014753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:26:31.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:26:31.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271015777,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:26:31.848Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4b0a52e-8555-447f-a09f-af7cf87d27c8
2022-11-24T06:26:31.849Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4b0a52e-8555-447f-a09f-af7cf87d27c8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:26:31.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271016771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:26:31.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:26:31.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271016780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T06:26:31.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:26:31.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271017775,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:26:31.871Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4b0a52e-8555-447f-a09f-af7cf87d27c8
2022-11-24T06:26:31.872Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4b0a52e-8555-447f-a09f-af7cf87d27c8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:26:31.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271023910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "cds",
  "timestamp": 1669271016223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271023910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "cds",
  "timestamp": 1669271016223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271023910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "cds",
  "timestamp": 1669271016223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "aai-ml",
  "timestamp": 1669271026635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271023910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "cds",
  "timestamp": 1669271016223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "aai-ml",
  "timestamp": 1669271026635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271023910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "cds",
  "timestamp": 1669271016223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "aai-ml",
  "timestamp": 1669271026635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271023910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "cds",
  "timestamp": 1669271016223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "aai-ml",
  "timestamp": 1669271026635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271023910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "cds",
  "timestamp": 1669271016223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "aai-ml",
  "timestamp": 1669271026635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271023910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "cds",
  "timestamp": 1669271016223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "aai-ml",
  "timestamp": 1669271026635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669271023910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:26:31.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "cds",
  "timestamp": 1669271016223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:26:31.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "aai-ml",
  "timestamp": 1669271026635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "cds",
  "timestamp": 1669271032830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:26:31.895Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:26:31.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669271033417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "aai-ml",
  "timestamp": 1669271026635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "cds",
  "timestamp": 1669271034196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:26:31.913Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afd76414-97dd-4e14-aae4-4d1e46e07065
2022-11-24T06:26:31.913Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId afd76414-97dd-4e14-aae4-4d1e46e07065 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:26:31.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669271033417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271035704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "aai-ml",
  "timestamp": 1669271026635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:26:31.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669271033417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271035704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "aai-ml",
  "timestamp": 1669271036362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:26:31.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:26:31.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669271033417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271035704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669271033417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271035704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669271033417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271035704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669271033417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-24T06:26:31.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271035704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669271033417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271035704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "aai-ml",
  "timestamp": 1669271041303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:26:31.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:26:31.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669271033417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271035704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:31.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "aai-ml",
  "timestamp": 1669271042307,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:26:31.937Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of afd76414-97dd-4e14-aae4-4d1e46e07065
2022-11-24T06:26:31.937Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId afd76414-97dd-4e14-aae4-4d1e46e07065 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:26:31.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669271043169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:26:31.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:26:31.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271035704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:26:31.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:26:31.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669271044206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-24T06:26:31.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:26:31.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271045478,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:26:31.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:26:31.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669271045209,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:26:31.956Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of afd76414-97dd-4e14-aae4-4d1e46e07065
2022-11-24T06:26:31.957Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId afd76414-97dd-4e14-aae4-4d1e46e07065 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:26:31.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271047389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:26:31.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:26:31.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:26:31.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669271048394,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-24T06:26:31.976Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afd76414-97dd-4e14-aae4-4d1e46e07065
2022-11-24T06:26:31.976Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId afd76414-97dd-4e14-aae4-4d1e46e07065 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-24T06:26:33.664Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:33.665Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T06:26:33.665Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4b0a52e-8555-447f-a09f-af7cf87d27c8","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f1e478a8-149b-4c5d-909e-6c244529ba11","serviceDescription":"service","serviceInvariantUUID":"8b443c21-fc22-41ac-8114-e4634a20a0ae","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"56859011-efe5-49bc-8d1b-d4ac66948ef9","resourceInvariantUUID":"3b4f7613-f56d-43f3-ae67-7f62b93b123f","resourceCustomizationUUID":"5ab9d04d-0701-49e6-9697-08aeb9e7825f","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":"ZTlhNzlmMTllY2VkNjRlOWM4NzcyZjQ2N2RmYjkwMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f79d7b7-b127-44b5-8647-b76a4a988a30","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":"Y2VkOWI5ZmJiMTg0ZDRkM2JhZGVkYzA5YWY2NTgzZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"968c25fc-c052-49a3-a063-b5ceb71b94c9","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":"254444ec-9ed8-497c-a70d-0651a32b1638","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":"64e3d050-fc42-4e98-928c-ea4f94aa3be5","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":"6fa02743-f62c-46d4-a5d7-bf80b1dc801b","artifactVersion":"2","generatedFromUUID":"254444ec-9ed8-497c-a70d-0651a32b1638"},{"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":"YTY0MjE0ZTMwZDhjNWRkYjBmMmFjNDQ5ZGYxZDdiMjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"dffa4db7-1be0-4d22-8032-4578c23c7a17","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":"NjM4YjVlNzg3ZDQzNTM4ZjVlYzJlODRlYjlmNTFmMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca4cb311-f581-4c3f-98d9-56c3850f8cbe","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2IxYjlkM2JmNDYxMTlkNjU4MDUxOTk2NGZlYzE2YjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"089d6546-175e-469f-911b-e7f59c86090b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T06:26:33.667Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:26:33.667Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:33.669Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:33.669Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:33.770Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:26:33.771Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:33.771Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:33.784Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:33.785Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:26:34.671Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:26:34.672Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:34.675Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:34.677Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T06:26:34.775Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-24T06:26:34.777Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:34.777Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:34.790Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:34.791Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:26:35.678Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:26:35.679Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:35.682Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:35.682Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-24T06:26:35.782Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:26:35.783Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:35.783Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:35.797Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:35.798Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:26:36.683Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:26:36.684Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:36.686Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:36.686Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:36.786Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:26:36.787Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:36.787Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:36.801Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:36.802Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:26:37.686Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:26:37.687Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:37.690Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:37.690Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-24T06:26:37.790Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:26:37.792Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:37.792Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:37.810Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:37.810Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:26:38.691Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:26:38.692Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:38.694Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:38.694Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:38.794Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:26:38.795Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:38.795Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:38.824Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:38.824Z||pool-117-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:26:39.695Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:26:39.696Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:39.698Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:39.698Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:26:39.799Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:26:39.800Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:39.800Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:39.811Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:39.812Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:26:40.699Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:26:40.700Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:40.702Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:40.702Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:26:40.803Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:26:40.804Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:40.804Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:40.815Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:40.816Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:26:41.703Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f1e478a8-149b-4c5d-909e-6c244529ba11",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8b443c21-fc22-41ac-8114-e4634a20a0ae",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5ab9d04d-0701-49e6-9697-08aeb9e7825f",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "56859011-efe5-49bc-8d1b-d4ac66948ef9",
      "resourceInvariantUUID": "3b4f7613-f56d-43f3-ae67-7f62b93b123f",
      "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": "Y2VkOWI5ZmJiMTg0ZDRkM2JhZGVkYzA5YWY2NTgzZDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "968c25fc-c052-49a3-a063-b5ceb71b94c9",
          "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": "254444ec-9ed8-497c-a70d-0651a32b1638",
          "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": "6fa02743-f62c-46d4-a5d7-bf80b1dc801b",
            "generatedFromUUID": "254444ec-9ed8-497c-a70d-0651a32b1638"
          },
          "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": "6fa02743-f62c-46d4-a5d7-bf80b1dc801b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2IxYjlkM2JmNDYxMTlkNjU4MDUxOTk2NGZlYzE2YjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "089d6546-175e-469f-911b-e7f59c86090b"
    }
  ],
  "workloadContext": "Production"
}
2022-11-24T06:26:41.704Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T06:26:41.704Z|732abda4-a4ce-44ba-b632-4a62147f31ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f1e478a8-149b-4c5d-909e-6c244529ba11 ASDC
2022-11-24T06:26:41.705Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b4b0a52e-8555-447f-a09f-af7cf87d27c8
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f1e478a8-149b-4c5d-909e-6c244529ba11
ServiceInvariantUUID:8b443c21-fc22-41ac-8114-e4634a20a0ae
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:089d6546-175e-469f-911b-e7f59c86090b
ArtifactChecksum:N2IxYjlkM2JmNDYxMTlkNjU4MDUxOTk2NGZlYzE2YjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5ab9d04d-0701-49e6-9697-08aeb9e7825f
ResourceInvariantUUID:3b4f7613-f56d-43f3-ae67-7f62b93b123f
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:56859011-efe5-49bc-8d1b-d4ac66948ef9
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:968c25fc-c052-49a3-a063-b5ceb71b94c9
ArtifactChecksum:Y2VkOWI5ZmJiMTg0ZDRkM2JhZGVkYzA5YWY2NTgzZDI=
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:254444ec-9ed8-497c-a70d-0651a32b1638
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:6fa02743-f62c-46d4-a5d7-bf80b1dc801b
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:6fa02743-f62c-46d4-a5d7-bf80b1dc801b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-24T06:26:41.706Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1e478a8-149b-4c5d-909e-6c244529ba11 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T06:26:41.751Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:26:41.752Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T06:26:41.753Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T06:26:41.753Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 089d6546-175e-469f-911b-e7f59c86090b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-24T06:26:41.754Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T06:26:41.754Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:42.005Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T06:26:42.009Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 089d6546-175e-469f-911b-e7f59c86090b 83006
2022-11-24T06:26:42.010Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:42.010Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:42.010Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:26:42.010Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:42.013Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:42.013Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271202010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:26:42.113Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:26:42.114Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:42.114Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:42.129Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:42.130Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:26:43.016Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:26:43.018Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T06:26:43.019Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 089d6546-175e-469f-911b-e7f59c86090b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-24T06:26:43.019Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-24T06:26:43.020Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-24T06:26:43.020Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-24T06:26:43.209Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10453910312442584120/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-24T06:26:44.657Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T06:26:44.657Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-24T06:26:44.658Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-24T06:26:44.658Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-24T06:26:44.658Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:44.658Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:44.658Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:44.658Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:44.658Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:44.658Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:44.659Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:44.659Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-24T06:26:44.659Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:44.659Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:44.659Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-24T06:26:44.660Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-24T06:26:44.660Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:26:44.660Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:44.660Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:26:44.660Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-24T06:26:44.660Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-24T06:26:44.660Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:26:44.661Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:44.661Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:26:44.661Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:44.661Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-24T06:26:44.661Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-24T06:26:44.661Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-24T06:26:44.662Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-24T06:26:44.662Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-24T06:26:44.662Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-24T06:26:44.662Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:44.662Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:44.662Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:44.662Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-24T06:26:44.663Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:26:44.663Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:44.663Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-24T06:26:44.663Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:26:44.663Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:44.663Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-24T06:26:44.663Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:26:44.664Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:44.664Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-24T06:26:44.664Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-24T06:26:44.664Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-24T06:26:44.664Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e0ae6f36-1dcf-446f-8555-060194624d14
2022-11-24T06:26:44.664Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:44.664Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:26:44.664Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:44.665Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:26:44.665Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:44.665Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:26:44.665Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:44.665Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:26:44.665Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f1e478a8-149b-4c5d-909e-6c244529ba11
Model Version:NULL
Model InvariantUuid:8b443c21-fc22-41ac-8114-e4634a20a0ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:ff0eeadb-38a4-4957-a9eb-281a6ee94d68
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3b4f7613-f56d-43f3-ae67-7f62b93b123f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5ab9d04d-0701-49e6-9697-08aeb9e7825f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cfd58f81-5606-440f-9725-608bad0022b9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6c1f091c-54d9-46a5-9690-9cce6b7acc5e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e0ae6f36-1dcf-446f-8555-060194624d14
ModelInvariantUuid:e58e27ca-c2d1-4542-b4a4-8dd1ac875dd4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:5f5dee87-32a2-4a74-a71a-8df0909b8e0c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9f49fe7f-2a0a-4149-a096-57bafda67542
ModelInvariantUuid:11841456-e89f-4b7e-94f8-a2f467114e81
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:74a8daa3-e1aa-44a1-892a-61f4c0c70472
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-24T06:26:44.674Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 56859011-efe5-49bc-8d1b-d4ac66948ef9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:26:44.677Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-11-24T06:26:44.678Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 56859011-efe5-49bc-8d1b-d4ac66948ef9
2022-11-24T06:26:44.678Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 968c25fc-c052-49a3-a063-b5ceb71b94c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-24T06:26:44.678Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T06:26:44.678Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:44.723Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T06:26:44.724Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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 968c25fc-c052-49a3-a063-b5ceb71b94c9 792
2022-11-24T06:26:44.724Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:44.724Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:44.725Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:26:44.725Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:44.728Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:44.728Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271204724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:26:44.828Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:26:44.829Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:44.829Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:44.839Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:44.840Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:26:45.728Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cfd58f81-5606-440f-9725-608bad0022b9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6c1f091c-54d9-46a5-9690-9cce6b7acc5e",
    "vfModuleModelCustomizationUUID": "3541244a-02e3-4029-b1fa-296335d6c6b5",
    "isBase": true,
    "artifacts": [
      "254444ec-9ed8-497c-a70d-0651a32b1638",
      "6fa02743-f62c-46d4-a5d7-bf80b1dc801b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-24T06:26:45.733Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c1f091c-54d9-46a5-9690-9cce6b7acc5e
VfModuleModelInvariantUUID:cfd58f81-5606-440f-9725-608bad0022b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
254444ec-9ed8-497c-a70d-0651a32b1638
,
6fa02743-f62c-46d4-a5d7-bf80b1dc801b

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

isBase:true


}

2022-11-24T06:26:45.736Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cfd58f81-5606-440f-9725-608bad0022b9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6c1f091c-54d9-46a5-9690-9cce6b7acc5e",
    "vfModuleModelCustomizationUUID": "3541244a-02e3-4029-b1fa-296335d6c6b5",
    "isBase": true,
    "artifacts": [
      "254444ec-9ed8-497c-a70d-0651a32b1638",
      "6fa02743-f62c-46d4-a5d7-bf80b1dc801b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-24T06:26:45.736Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c1f091c-54d9-46a5-9690-9cce6b7acc5e
VfModuleModelInvariantUUID:cfd58f81-5606-440f-9725-608bad0022b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
254444ec-9ed8-497c-a70d-0651a32b1638
,
6fa02743-f62c-46d4-a5d7-bf80b1dc801b

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

isBase:true


}

2022-11-24T06:26:45.736Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 254444ec-9ed8-497c-a70d-0651a32b1638 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-24T06:26:45.736Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T06:26:45.736Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:45.781Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T06:26:45.782Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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 254444ec-9ed8-497c-a70d-0651a32b1638 5033
2022-11-24T06:26:45.782Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:45.782Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:45.782Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:26:45.783Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:45.785Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:45.785Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271205782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:26:45.885Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:26:45.886Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:45.886Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:45.898Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:45.899Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:26:46.786Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6fa02743-f62c-46d4-a5d7-bf80b1dc801b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-24T06:26:46.786Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T06:26:46.787Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:46.832Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T06:26:46.832Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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 6fa02743-f62c-46d4-a5d7-bf80b1dc801b 903
2022-11-24T06:26:46.833Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:46.833Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:46.833Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:26:46.833Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:46.835Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:46.835Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271206833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:26:46.937Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-24T06:26:46.937Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:46.938Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:46.959Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:46.960Z||pool-123-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:26:47.836Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f1e478a8-149b-4c5d-909e-6c244529ba11
2022-11-24T06:26:47.837Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 56859011-efe5-49bc-8d1b-d4ac66948ef9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:26:47.851Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fecb189, org.onap.sdc.toscaparser.api.parameters.Input@6385d7a2, org.onap.sdc.toscaparser.api.parameters.Input@35db527, org.onap.sdc.toscaparser.api.parameters.Input@6d194bb9, org.onap.sdc.toscaparser.api.parameters.Input@37a3df6a]
2022-11-24T06:26:47.854Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:47.854Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:26:47.855Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-24T06:26:47.855Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5ab9d04d-0701-49e6-9697-08aeb9e7825f
2022-11-24T06:26:47.855Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ab9d04d-0701-49e6-9697-08aeb9e7825f matches Tosca VF Customization UUID: 5ab9d04d-0701-49e6-9697-08aeb9e7825f
2022-11-24T06:26:47.855Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5ab9d04d-0701-49e6-9697-08aeb9e7825f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-24T06:26:47.858Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:47.858Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:26:47.859Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5ab9d04d-0701-49e6-9697-08aeb9e7825f: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-11-24T06:26:47.859Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@332f85b8
2022-11-24T06:26:47.860Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:47.860Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:47.861Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3541244a-02e3-4029-b1fa-296335d6c6b5
2022-11-24T06:26:47.861Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3541244a-02e3-4029-b1fa-296335d6c6b5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-24T06:26:47.864Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:47.864Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-24T06:26:47.864Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:26:47.865Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:47.865Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-24T06:26:47.866Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:26:47.867Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:47.867Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-24T06:26:47.867Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-24T06:26:47.867Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-24T06:26:47.868Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e0ae6f36-1dcf-446f-8555-060194624d14
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-24T06:26:47.870Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:47.871Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-24T06:26:47.871Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-24T06:26:47.871Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:47.872Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-24T06:26:47.872Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5ab9d04d-0701-49e6-9697-08aeb9e7825f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:26:47.874Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:47.874Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:26:47.875Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f1e478a8-149b-4c5d-909e-6c244529ba11: basic_vm_macro
2022-11-24T06:26:47.875Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:47.875Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:26:47.875Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:47.876Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:26:47.876Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:47.876Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:26:47.876Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:47.877Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:47.877Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:26:47.877Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:26:47.878Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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 (?, ?, ?, ?, ?)
2022-11-24T06:26:47.978Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 56859011-efe5-49bc-8d1b-d4ac66948ef9 1 ASDC deployResourceStructure
2022-11-24T06:26:47.979Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:47.979Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:47.979Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:26:47.979Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:47.982Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:47.982Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271207979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T06:26:48.082Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:26:48.083Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:48.083Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:48.103Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:48.104Z||pool-124-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:26:48.983Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:48.983Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:48.983Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:26:48.984Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:48.985Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:48.985Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271208983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-24T06:26:49.086Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:26:49.087Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:49.087Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:49.100Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:49.100Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:26:49.987Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:49.988Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:49.988Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:26:49.989Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:49.992Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:49.992Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271209987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-24T06:26:50.093Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-24T06:26:50.094Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:50.094Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:50.107Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:50.107Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:26:50.993Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:50.993Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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
2022-11-24T06:26:50.994Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:26:50.994Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:26:50.998Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:26:50.998Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271210993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:26:51.097Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:26:51.098Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:26:51.098Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:26:51.116Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:26:51.116Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:26:51.999Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4b0a52e-8555-447f-a09f-af7cf87d27c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:26:52.015Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4b0a52e-8555-447f-a09f-af7cf87d27c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:26:52.022Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:26:52.023Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T06:26:52.024Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T06:26:52.024Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T06:26:52.024Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:26:52.024Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:26:52.025Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:26:52.025Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:26:52.025Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:26:52.026Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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=?
2022-11-24T06:26:52.033Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T06:27:22.033Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4b0a52e-8555-447f-a09f-af7cf87d27c8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-24T06:27:22.039Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4b0a52e-8555-447f-a09f-af7cf87d27c8 and serviceModelVersionId: f1e478a8-149b-4c5d-909e-6c244529ba11
2022-11-24T06:27:22.040Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b443c21-fc22-41ac-8114-e4634a20a0ae
2022-11-24T06:27:22.040Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b443c21-fc22-41ac-8114-e4634a20a0ae/model-vers/model-ver/f1e478a8-149b-4c5d-909e-6c244529ba11?depth=0
2022-11-24T06:27:22.045Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T06:27:22.092Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b443c21-fc22-41ac-8114-e4634a20a0ae/model-vers/model-ver/f1e478a8-149b-4c5d-909e-6c244529ba11?depth=0|INFO|500||Invoke
2022-11-24T06:27:22.093Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b443c21-fc22-41ac-8114-e4634a20a0ae/model-vers/model-ver/f1e478a8-149b-4c5d-909e-6c244529ba11?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b443c21-fc22-41ac-8114-e4634a20a0ae/model-vers/model-ver/f1e478a8-149b-4c5d-909e-6c244529ba11?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4b0a52e-8555-447f-a09f-af7cf87d27c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[17ddd00d-fa59-4210-ac71-3a8c0a863c8e], X-ECOMP-RequestID=[b4b0a52e-8555-447f-a09f-af7cf87d27c8], X-TransactionId=[], X-ONAP-RequestID=[b4b0a52e-8555-447f-a09f-af7cf87d27c8], Content-Type=[application/merge-patch+json]}
2022-11-24T06:27:22.113Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b443c21-fc22-41ac-8114-e4634a20a0ae/model-vers/model-ver/f1e478a8-149b-4c5d-909e-6c244529ba11?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-24T06:27:22.209Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b443c21-fc22-41ac-8114-e4634a20a0ae/model-vers/model-ver/f1e478a8-149b-4c5d-909e-6c244529ba11?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/8b443c21-fc22-41ac-8114-e4634a20a0ae/model-vers/model-ver/f1e478a8-149b-4c5d-909e-6c244529ba11?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 06:27:21 GMT], content-length=[0], vertex-id=[225440], x-aai-txid=[1-aai-resources-221124-06:27:21:797-97020], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T06:27:22.210Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b443c21-fc22-41ac-8114-e4634a20a0ae/model-vers/model-ver/f1e478a8-149b-4c5d-909e-6c244529ba11?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-24T06:27:22.211Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b443c21-fc22-41ac-8114-e4634a20a0ae/model-vers/model-ver/f1e478a8-149b-4c5d-909e-6c244529ba11?depth=0|INFO|500||InvokeReturn
2022-11-24T06:27:22.215Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T06:27:22.215Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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=?
2022-11-24T06:27:22.219Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|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)
2022-11-24T06:27:22.219Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4b0a52e-8555-447f-a09f-af7cf87d27c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T06:27:22.220Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T06:27:22.220Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:27:22.222Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:27:22.222Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271242220,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:27:22.323Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:27:22.324Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:27:22.324Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:27:22.345Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:27:22.345Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T06:27:23.234Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-24T06:27:23.234Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"afd76414-97dd-4e14-aae4-4d1e46e07065","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"615c64be-af54-4118-87a2-d6be54de9702","serviceDescription":"service","serviceInvariantUUID":"b28dfa7c-6509-41e9-b2d7-ec1a37e11e38","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dee5b11a-af64-4710-b65a-52df9493b47e","resourceInvariantUUID":"1949e214-54af-45dc-97af-62488c2a671b","resourceCustomizationUUID":"c3a38eac-31dd-4f80-ad47-ad150d7009b5","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":"N2I2YzMzN2ZmNjkzZjdlZmQ4MmFiNzhkYTVhY2RlZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0fea469c-295e-4652-9555-83defb707826","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":"187eb2ec-c598-46f3-92c7-bee74a819c31","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":"d752d745-07e4-4528-8e2e-4afcb4adb614","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":"ZTNjNmNkNzFlYWUwZTM1NWNlYmIzZjdjNDlhYTcyZDY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d8b40dff-6842-4f97-913c-cee718766739","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":"8593cb50-c672-4a5a-8c5e-ddf3e7aeea2e","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":"c6e8b0a2-bf49-4788-a6d7-eacf4875efac","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":"eb3136f3-8083-4b53-a8a4-2862ac8683ad","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":"YjY5MmQ3N2QxYWU2Y2QxZjU2OWU1NDhkMmQ0MjRjY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39827b5f-c4ec-4918-b585-7ba0b621d13c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTA3OWI3YThjODM5M2JlNDU1NDhhOTljNmI1NjA4MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"751f7504-0dab-44e6-8f6c-5cacf108641d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-24T06:27:23.235Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:27:23.235Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:27:23.237Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:27:23.238Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:27:23.338Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:27:23.339Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:27:23.340Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:27:23.356Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:27:23.357Z||pool-129-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:27:24.239Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:27:24.240Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:27:24.242Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:27:24.242Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:27:24.343Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-24T06:27:24.344Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:27:24.344Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:27:24.355Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:27:24.355Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:27:25.244Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:27:25.245Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:27:25.247Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:27:25.247Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:27:25.347Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:27:25.348Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:27:25.348Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:27:25.366Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:27:25.367Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:27:26.247Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:27:26.248Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:27:26.250Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:27:26.250Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:27:26.350Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:27:26.351Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:27:26.351Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:27:26.366Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:27:26.367Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:27:27.255Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:27:27.256Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:27:27.259Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:27:27.259Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:27:27.358Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:27:27.359Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:27:27.359Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:27:27.379Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:27:27.380Z||pool-133-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:27:28.260Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:27:28.260Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:27:28.263Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:27:28.263Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:27:28.363Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:27:28.365Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:27:28.365Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:27:28.377Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:27:28.377Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:27:29.264Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:27:29.265Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:27:29.267Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:27:29.267Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:27:29.368Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-24T06:27:29.369Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:27:29.370Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:27:29.448Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:27:29.448Z||pool-135-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:27:30.267Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:27:30.268Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:27:30.270Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:27:30.270Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:27:30.370Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:27:30.371Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:27:30.371Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:27:30.381Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:27:30.381Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:27:31.271Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-24T06:27:31.272Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:27:31.274Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:27:31.274Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:27:31.379Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-11-24T06:27:31.381Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:27:31.381Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:27:31.397Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:27:31.398Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:27:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:27:31.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:27:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:27:31.857Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:27:31.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:27:31.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "732abda4-a4ce-44ba-b632-4a62147f31ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271187004,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:27:31.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:27:32.275Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "615c64be-af54-4118-87a2-d6be54de9702",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b28dfa7c-6509-41e9-b2d7-ec1a37e11e38",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "c3a38eac-31dd-4f80-ad47-ad150d7009b5",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "dee5b11a-af64-4710-b65a-52df9493b47e",
      "resourceInvariantUUID": "1949e214-54af-45dc-97af-62488c2a671b",
      "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": "NTA3OWI3YThjODM5M2JlNDU1NDhhOTljNmI1NjA4MWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "751f7504-0dab-44e6-8f6c-5cacf108641d"
    }
  ],
  "workloadContext": "Production"
}
2022-11-24T06:27:32.276Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-24T06:27:32.276Z|b4b0a52e-8555-447f-a09f-af7cf87d27c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 615c64be-af54-4118-87a2-d6be54de9702 ASDC
2022-11-24T06:27:32.277Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:afd76414-97dd-4e14-aae4-4d1e46e07065
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:615c64be-af54-4118-87a2-d6be54de9702
ServiceInvariantUUID:b28dfa7c-6509-41e9-b2d7-ec1a37e11e38
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:751f7504-0dab-44e6-8f6c-5cacf108641d
ArtifactChecksum:NTA3OWI3YThjODM5M2JlNDU1NDhhOTljNmI1NjA4MWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:c3a38eac-31dd-4f80-ad47-ad150d7009b5
ResourceInvariantUUID:1949e214-54af-45dc-97af-62488c2a671b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:dee5b11a-af64-4710-b65a-52df9493b47e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-24T06:27:32.277Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 615c64be-af54-4118-87a2-d6be54de9702 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T06:27:32.306Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:27:32.307Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T06:27:32.307Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T06:27:32.307Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 751f7504-0dab-44e6-8f6c-5cacf108641d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-24T06:27:32.307Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-24T06:27:32.308Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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
2022-11-24T06:27:32.430Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-24T06:27:32.436Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 751f7504-0dab-44e6-8f6c-5cacf108641d 111093
2022-11-24T06:27:32.437Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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
2022-11-24T06:27:32.437Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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
2022-11-24T06:27:32.437Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-24T06:27:32.438Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:27:32.440Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:27:32.440Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271252437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:27:32.541Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-24T06:27:32.542Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:27:32.542Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:27:32.559Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:27:32.560Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-24T06:27:33.441Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-24T06:27:33.442Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-24T06:27:33.442Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 751f7504-0dab-44e6-8f6c-5cacf108641d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-24T06:27:33.443Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-24T06:27:33.443Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-24T06:27:33.443Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-24T06:27:33.549Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15790976598918891791/Definitions/service-TestPnfMacro-template.yml
2022-11-24T06:27:34.386Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-24T06:27:34.387Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-24T06:27:34.387Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-24T06:27:34.387Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-24T06:27:34.387Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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
2022-11-24T06:27:34.388Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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
2022-11-24T06:27:34.388Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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
2022-11-24T06:27:34.388Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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
2022-11-24T06:27:34.388Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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
2022-11-24T06:27:34.388Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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
2022-11-24T06:27:34.388Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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
2022-11-24T06:27:34.388Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-24T06:27:34.388Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:27:34.388Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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
2022-11-24T06:27:34.388Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-24T06:27:34.389Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-24T06:27:34.389Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:27:34.389Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:27:34.389Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:27:34.389Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-24T06:27:34.389Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-24T06:27:34.390Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-24T06:27:34.390Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:27:34.390Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:27:34.390Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:27:34.390Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:27:34.390Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:27:34.390Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:27:34.391Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:27:34.391Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:27:34.391Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:27:34.391Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:27:34.392Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:615c64be-af54-4118-87a2-d6be54de9702
Model Version:NULL
Model InvariantUuid:b28dfa7c-6509-41e9-b2d7-ec1a37e11e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-24T06:27:34.400Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: dee5b11a-af64-4710-b65a-52df9493b47e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:27:34.404Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-11-24T06:27:34.404Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dee5b11a-af64-4710-b65a-52df9493b47e
2022-11-24T06:27:34.404Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 615c64be-af54-4118-87a2-d6be54de9702
2022-11-24T06:27:34.404Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 615c64be-af54-4118-87a2-d6be54de9702
2022-11-24T06:27:34.404Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 dee5b11a-af64-4710-b65a-52df9493b47e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-24T06:27:34.409Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d40dbd9, org.onap.sdc.toscaparser.api.parameters.Input@1def77f8, org.onap.sdc.toscaparser.api.parameters.Input@5dd42196, org.onap.sdc.toscaparser.api.parameters.Input@1b359d03, org.onap.sdc.toscaparser.api.parameters.Input@308003af]
2022-11-24T06:27:34.409Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:27:34.409Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:27:34.409Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 615c64be-af54-4118-87a2-d6be54de9702: test-pnf
2022-11-24T06:27:34.409Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||Processing PNF resource: dee5b11a-af64-4710-b65a-52df9493b47e
2022-11-24T06:27:34.409Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-24T06:27:34.410Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-24T06:27:34.410Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||Resource customization UUID: c3a38eac-31dd-4f80-ad47-ad150d7009b5 is the same as notified resource customizationUUID: c3a38eac-31dd-4f80-ad47-ad150d7009b5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-24T06:27:34.443Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf dee5b11a-af64-4710-b65a-52df9493b47e 0 ASDC deployResourceStructure
2022-11-24T06:27:34.444Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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
2022-11-24T06:27:34.444Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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
2022-11-24T06:27:34.444Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-24T06:27:34.444Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:27:34.446Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:27:34.446Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271254444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:27:34.546Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-24T06:27:34.547Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:27:34.548Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:27:34.561Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:27:34.562Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-24T06:27:35.447Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afd76414-97dd-4e14-aae4-4d1e46e07065
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:27:35.460Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afd76414-97dd-4e14-aae4-4d1e46e07065
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-24T06:27:35.464Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-24T06:27:35.464Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-24T06:27:35.464Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-24T06:27:35.464Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-24T06:27:35.464Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:27:35.464Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:27:35.465Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:27:35.465Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:27:35.465Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-24T06:27:35.465Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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=?
2022-11-24T06:27:35.471Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-24T06:28:05.475Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: afd76414-97dd-4e14-aae4-4d1e46e07065 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-24T06:28:05.481Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: afd76414-97dd-4e14-aae4-4d1e46e07065 and serviceModelVersionId: 615c64be-af54-4118-87a2-d6be54de9702
2022-11-24T06:28:05.482Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b28dfa7c-6509-41e9-b2d7-ec1a37e11e38
2022-11-24T06:28:05.482Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b28dfa7c-6509-41e9-b2d7-ec1a37e11e38/model-vers/model-ver/615c64be-af54-4118-87a2-d6be54de9702?depth=0
2022-11-24T06:28:05.489Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-24T06:28:05.529Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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/b28dfa7c-6509-41e9-b2d7-ec1a37e11e38/model-vers/model-ver/615c64be-af54-4118-87a2-d6be54de9702?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-24T06:28:05.531Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28dfa7c-6509-41e9-b2d7-ec1a37e11e38/model-vers/model-ver/615c64be-af54-4118-87a2-d6be54de9702?depth=0|INFO|500||Invoke
2022-11-24T06:28:05.556Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28dfa7c-6509-41e9-b2d7-ec1a37e11e38/model-vers/model-ver/615c64be-af54-4118-87a2-d6be54de9702?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-24T06:28:05.757Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28dfa7c-6509-41e9-b2d7-ec1a37e11e38/model-vers/model-ver/615c64be-af54-4118-87a2-d6be54de9702?depth=0|INFO|500||InvokeReturn
2022-11-24T06:28:05.762Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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/b28dfa7c-6509-41e9-b2d7-ec1a37e11e38/model-vers/model-ver/615c64be-af54-4118-87a2-d6be54de9702?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 06:28:05 GMT], content-length=[0], vertex-id=[208984], x-aai-txid=[1-aai-resources-221124-06:28:05:238-20742], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-24T06:28:05.763Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-24T06:28:05.763Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-24T06:28:05.763Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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=?
2022-11-24T06:28:05.775Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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)
2022-11-24T06:28:05.775Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID afd76414-97dd-4e14-aae4-4d1e46e07065 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-24T06:28:05.775Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-24T06:28:05.777Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-24T06:28:05.787Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-24T06:28:05.787Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271285775,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:28:05.880Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-24T06:28:05.881Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-24T06:28:05.881Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:28:05.920Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:28:05.921Z||pool-140-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-24T06:28:06.801Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:28:06.801Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:28:06.801Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:28:16.354Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:28:16.355Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:28:16.355Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:28:16.356Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:28:25.961Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:28:25.963Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:28:25.963Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:28:25.964Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:28:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:28:31.782Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:28:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:28:31.846Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:28:31.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:28:31.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-24T06:28:31.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-24T06:28:31.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:28:31.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-24T06:28:31.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:28:31.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:28:31.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:28:31.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271202010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:28:31.854Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:28:31.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271204724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:28:31.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:28:31.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271205782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:28:31.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:28:31.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271206833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:28:31.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:28:31.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271207979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-24T06:28:31.857Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:28:31.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271208983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-24T06:28:31.857Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:28:31.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271209987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-24T06:28:31.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:28:31.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271210993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:28:31.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:28:31.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4b0a52e-8555-447f-a09f-af7cf87d27c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271242220,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:28:31.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:28:31.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:28:31.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:28:31.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:28:31.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:28:31.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:28:31.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:28:31.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:28:31.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-24T06:28:31.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:31.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-24T06:28:31.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271188027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-24T06:28:31.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-24T06:28:35.517Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:28:35.518Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:28:35.519Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:28:35.519Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:28:45.070Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:28:45.071Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:28:45.072Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:28:45.072Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:28:54.663Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:29:31.778Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:29:31.779Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:29:31.779Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:29:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:29:31.782Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:29:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:29:32.309Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:29:32.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T06:29:32.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271252437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-24T06:29:32.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:29:32.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T06:29:32.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271254444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-24T06:29:32.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:29:32.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-24T06:29:32.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "afd76414-97dd-4e14-aae4-4d1e46e07065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669271285775,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-24T06:29:32.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-24T06:29:41.408Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:30:31.778Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:30:31.779Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:30:31.780Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:30:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:30:31.782Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:30:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:30:41.331Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:30:41.331Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:31:31.778Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:31:31.781Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:31:31.781Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:31:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:31:31.782Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:31:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:31:41.350Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:31:41.350Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:32:31.778Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:32:31.780Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:32:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:32:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:32:31.783Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:32:31.784Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:32:41.336Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:32:41.348Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:33:31.778Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:33:31.779Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:33:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:33:31.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:33:31.783Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:33:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:33:41.355Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:33:41.361Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:34:31.778Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:34:31.779Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:34:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:34:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:34:31.783Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:34:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:34:41.335Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:34:41.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:35:31.778Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:35:31.779Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:35:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:35:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:35:31.783Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:35:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:35:41.357Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:35:41.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:36:31.778Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:36:31.779Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:36:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:36:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:36:31.782Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:36:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:36:41.329Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:36:41.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:37:31.778Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:37:31.779Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:37:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:37:31.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:37:31.782Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:37:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:37:41.331Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:37:41.331Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:38:31.779Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:38:31.781Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:38:31.781Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:38:31.782Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:38:31.782Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:38:31.782Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:38:41.345Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:38:41.358Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:39:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:39:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:39:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:39:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:39:31.782Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:39:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:39:41.346Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:39:41.346Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:40:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:40:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:40:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:40:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:40:31.782Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:40:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:40:41.352Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:40:41.369Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:41:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:41:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:41:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:41:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:41:31.782Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:41:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:41:41.327Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:41:41.333Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:42:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:42:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:42:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:42:31.782Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:42:31.782Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:42:31.783Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:42:41.354Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:42:41.354Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:43:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:43:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:43:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:43:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:43:31.782Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:43:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:43:41.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:43:41.349Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:44:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:44:31.780Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:44:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:44:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:44:31.782Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:44:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:44:41.354Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:44:41.360Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:45:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:45:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:45:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:45:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:45:31.782Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:45:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:45:41.337Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:45:41.350Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:46:31.779Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:46:31.782Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:46:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:46:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:46:31.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:46:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:46:41.345Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:46:41.345Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:47:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:47:31.780Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:47:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:47:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:47:31.782Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:47:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:47:41.328Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:47:41.338Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:48:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:48:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:48:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:48:31.782Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:48:31.782Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:48:31.782Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:48:41.333Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:48:41.341Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:49:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:49:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:49:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:49:31.782Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:49:31.782Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:49:31.782Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:49:41.365Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:49:41.390Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:50:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:50:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:50:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:50:31.782Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:50:31.783Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:50:31.783Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:50:41.330Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:50:41.332Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:51:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:51:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:51:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:51:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:51:31.783Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:51:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:51:41.332Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:51:41.334Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:52:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:52:31.780Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:52:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:52:31.782Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:52:31.782Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:52:31.782Z|afd76414-97dd-4e14-aae4-4d1e46e07065|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:52:41.332Z|afd76414-97dd-4e14-aae4-4d1e46e07065|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:52:41.332Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:53:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:53:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:53:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:53:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:53:31.783Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:53:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:53:41.336Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:53:41.360Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:54:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:54:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:54:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:54:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:54:31.782Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:54:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:54:41.365Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:54:41.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:55:31.779Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:55:31.781Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:55:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:55:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:55:31.783Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:55:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:55:41.337Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:55:41.339Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:56:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:56:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:56:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:56:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:56:31.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:56:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:56:41.329Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:56:41.339Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:57:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:57:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:57:31.779Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:57:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:57:31.783Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:57:31.783Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:57:41.345Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:57:41.346Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:58:31.779Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:58:31.781Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:58:31.781Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:58:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:58:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:58:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:58:41.347Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:58:41.355Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:59:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:59:31.780Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:59:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:59:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T06:59:31.783Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T06:59:31.784Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T06:59:41.337Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T06:59:41.337Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:00:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:00:31.780Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:00:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:00:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:00:31.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:00:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:00:41.346Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:00:41.346Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:01:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:01:31.779Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:01:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:01:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:01:31.783Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:01:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:01:41.361Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:01:41.361Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:02:31.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:02:31.780Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:02:31.780Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:02:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:02:31.782Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:02:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:02:41.333Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:02:41.338Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:03:31.779Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:03:31.782Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:03:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:03:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:03:31.783Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:03:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:03:41.340Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:03:41.341Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:04:31.778Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:04:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:04:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:04:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:04:31.782Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:04:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:04:41.331Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:04:41.367Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:05:31.778Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:05:31.780Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:05:31.780Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:05:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:05:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:05:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:05:41.340Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:05:41.351Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:06:31.778Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:06:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:06:31.780Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:06:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:06:31.782Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:06:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:06:41.331Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:06:41.358Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:07:31.778Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:07:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:07:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:07:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:07:31.782Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:07:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:07:41.327Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:07:41.356Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:08:31.778Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:08:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:08:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:08:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:08:31.782Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:08:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:08:41.332Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:08:41.332Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:09:31.778Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:09:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:09:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:09:31.782Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:09:31.783Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:09:31.783Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:09:41.345Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:09:41.350Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:10:31.778Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:10:31.779Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:10:31.779Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:10:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:10:31.782Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:10:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:10:41.349Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:10:41.356Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:11:31.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:11:31.781Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:11:31.781Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:11:31.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:11:31.782Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:11:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:11:41.358Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:11:41.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:12:31.778Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:12:31.779Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:12:31.779Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:12:31.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:12:31.782Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:12:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:12:41.339Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:12:41.339Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:13:31.778Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:13:31.780Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:13:31.780Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:13:31.785Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:13:31.787Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:13:31.790Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:13:41.346Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:13:41.373Z|30865d16-7bd2-4b8c-90e9-6bb4205078d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:14:31.778Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:14:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:14:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:14:31.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:14:31.782Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:14:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:14:41.337Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:14:41.343Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:15:31.778Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:15:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:15:31.780Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:15:31.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:15:31.783Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:15:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:15:41.328Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:15:41.328Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:16:31.778Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:16:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:16:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:16:31.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:16:31.782Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:16:31.782Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:16:41.326Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:16:41.331Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:17:31.778Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:17:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:17:31.779Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:17:31.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T07:17:31.783Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T07:17:31.783Z||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 eRlJ6Cwvf3Gj57Bp) ...
2022-11-24T07:17:41.336Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-24T07:17:41.346Z|e460d14b-5d4b-4312-a0c4-734c3d5ae070|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK