Results

By type

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

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

2022-12-31T05:22:13.057Z||main|||||INFO|500||The following profiles are active: basic
2022-12-31T05:22:32.705Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-31T05:22:32.706Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-31T05:22:32.985Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-31T05:22:40.377Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-31T05:22:41.113Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-31T05:22:41.925Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-31T05:22:41.935Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-31T05:22:42.089Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-31T05:22:42.446Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-31T05:22:43.315Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-31T05:22:45.670Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-31T05:22:49.528Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-31T05:22:49.642Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-31T05:22:50.602Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-31T05:22:50.997Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-31T05:22:52.726Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-31T05:22:54.258Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-12-31T05:22:54.291Z||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$$30e71889.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-31T05:22:54.294Z||main|||||WARN|500||The sdc end point is not alive
2022-12-31T05:22:59.477Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-31T05:23:04.093Z||main|||||WARN|500||---
2022-12-31T05:23:04.094Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-31T05:23:04.095Z||main|||||WARN|500||---
2022-12-31T05:23:04.696Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-31T05:23:12.917Z||main|||||INFO|500||Started Application in 65.171 seconds (JVM running for 68.368)
2022-12-31T05:23:12.941Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-31T05:23:12.947Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-31T05:23:12.969Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-31T05:23:13.018Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-31T05:23:13.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 96df2078-34ca-4892-ae5f-186d9a894153 url= /sdc/v1/artifactTypes
2022-12-31T05:23:13.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-31T05:23:13.485Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-31T05:23:13.559Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-31T05:23:13.602Z||scheduling-1|||||DEBUG|500||create keys
2022-12-31T05:23:13.615Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-31T05:23:13.667Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:23:13.688Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 25a35029-8562-4c9f-9e37-1dad5234fe4e url= /sdc/v1/registerForDistribution
2022-12-31T05:23:13.854Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 25a35029-8562-4c9f-9e37-1dad5234fe4e url= /sdc/v1/registerForDistribution
2022-12-31T05:23:13.856Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-31T05:23:13.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:23:13.885Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:23:13.896Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:23:13.896Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:23:13.897Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:23:13.897Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:23:13.901Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-31T05:23:24.358Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:23:24.367Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:24:13.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:24:13.873Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:24:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:24:13.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:24:13.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:24:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:24:23.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:24:23.445Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:25:13.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:25:13.874Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:25:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:25:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:25:13.883Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:25:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:25:23.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:25:23.453Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:26:13.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:26:13.874Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:26:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:26:13.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:26:13.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:26:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:26:23.492Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:26:23.504Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:27:13.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:27:13.876Z||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-12-31T05:27:13.877Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:27:13.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:27:13.883Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:27:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:27:23.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:27:23.471Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:28:13.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:28:13.875Z||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-12-31T05:28:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:28:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:28:13.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:28:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:28:23.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:28:23.486Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:29:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:29:13.873Z||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-12-31T05:29:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:29:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:29:13.883Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:29:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:29:23.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:29:23.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:30:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:30:13.873Z||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-12-31T05:30:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:30:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:30:13.883Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:30:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:30:23.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:30:23.448Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:31:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:31:13.873Z||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-12-31T05:31:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:31:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:31:13.882Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:31:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:31:23.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:31:23.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:32:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:32:13.875Z||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-12-31T05:32:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:32:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:32:13.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:32:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:32:23.451Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:32:23.452Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:33:02.926Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-31T05:33:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:33:13.873Z||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-12-31T05:33:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:33:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:33:13.883Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:33:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:33:23.439Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:33:23.585Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:34:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:34:13.876Z||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-12-31T05:34:13.877Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:34:13.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:34:13.884Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:34:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:34:23.473Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:34:23.472Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:35:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:35:13.875Z||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-12-31T05:35:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:35:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:35:13.882Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:35:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:35:23.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:35:23.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:36:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:36:13.873Z||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-12-31T05:36:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:36:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:36:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:36:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:36:23.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:36:23.467Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:37:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:37:13.873Z||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-12-31T05:37:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:37:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:37:13.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:37:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:37:23.446Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:37:23.447Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:38:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:38:13.873Z||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-12-31T05:38:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:38:13.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:38:13.883Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:38:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:38:23.433Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:38:23.442Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:39:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:39:13.873Z||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-12-31T05:39:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:39:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:39:13.883Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:39:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:39:23.432Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:39:23.447Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:40:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:40:13.873Z||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-12-31T05:40:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:40:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:40:13.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:40:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:40:23.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:40:23.446Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:41:13.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:41:13.876Z||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-12-31T05:41:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:41:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:41:13.884Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:41:13.887Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:41:23.444Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:41:23.447Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:42:13.874Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:42:13.876Z||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-12-31T05:42:13.877Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:42:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:42:13.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:42:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:42:23.426Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:42:23.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:43:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:43:13.873Z||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-12-31T05:43:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:43:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:43:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:43:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:43:23.428Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:43:23.443Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:44:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:44:13.875Z||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-12-31T05:44:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:44:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:44:13.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:44:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:44:23.430Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:44:23.431Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:45:13.872Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:45:13.873Z||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-12-31T05:45:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:45:13.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:45:13.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:45:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:45:23.445Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:45:23.446Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:46:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:46:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:46:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:46:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:46:13.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:46:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:46:23.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:46:23.439Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:47:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:47:13.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:47:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:47:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:47:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:47:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:47:23.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:47:23.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:48:13.874Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:48:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:48:13.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:48:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:48:13.891Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:48:13.891Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:48:23.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:48:23.446Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:49:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:49:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:49:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:49:13.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:49:13.883Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:49:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:49:23.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:49:23.443Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:50:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:50:13.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:50:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:50:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:50:13.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:50:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:50:23.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:50:23.435Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:51:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:51:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:51:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:51:13.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:51:13.884Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:51:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:51:23.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:51:23.456Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:52:13.874Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:52:13.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:52:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:52:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:52:13.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:52:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:52:23.431Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:52:23.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:53:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:53:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:53:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:53:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:53:13.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:53:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:53:23.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:53:23.430Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:54:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:54:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:54:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:54:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:54:13.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:54:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:54:23.441Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:54:23.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:55:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:55:13.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:55:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:55:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:55:13.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:55:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:55:23.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:55:23.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:56:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:56:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:56:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:56:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:56:13.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:56:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:56:23.430Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:56:23.430Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:57:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:57:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:57:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:57:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:57:13.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:57:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:57:23.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:57:23.434Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:58:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:58:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:58:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:58:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:58:13.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:58:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:58:23.428Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:58:23.428Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:59:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:59:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:59:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:59:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T05:59:13.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T05:59:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T05:59:23.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T05:59:23.437Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:00:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:00:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:00:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:00:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:00:13.882Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:00:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:00:23.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:00:23.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:01:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:01:13.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:01:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:01:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:01:13.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:01:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:01:23.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:01:23.424Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:02:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:02:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:02:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:02:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:02:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:02:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:02:23.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:02:23.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:03:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:03:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:03:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:03:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:03:13.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:03:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:03:23.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:03:23.450Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:04:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:04:13.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:04:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:04:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:04:13.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:04:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:04:23.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:04:23.452Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:05:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:05:13.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:05:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:05:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:05:13.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:05:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:05:23.447Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:05:23.447Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:06:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:06:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:06:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:06:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:06:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:06:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:06:23.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:06:23.429Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:07:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:07:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:07:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:07:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:07:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:07:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:07:23.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:07:23.430Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:08:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:08:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:08:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:08:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:08:13.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:08:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:08:23.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:08:23.451Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:09:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:09:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:09:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:09:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:09:13.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:09:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:09:23.430Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:09:23.439Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:10:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:10:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:10:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:10:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:10:13.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:10:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:10:23.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:10:23.432Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:11:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:11:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:11:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:11:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:11:13.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:11:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:11:23.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:11:23.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:12:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:12:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:12:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:12:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:12:13.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:12:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:12:23.468Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:12:23.490Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:13:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:13:13.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:13:13.878Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:13:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:13:13.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:13:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:13:23.447Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:13:23.448Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:14:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:14:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:14:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:14:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:14:13.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:14:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:14:23.443Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:14:23.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:15:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:15:13.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:15:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:15:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:15:13.883Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:15:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:15:23.478Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:15:23.478Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:16:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:16:13.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:16:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:16:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:16:13.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:16:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:16:23.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:16:23.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:17:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:17:13.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:17:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:17:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:17:13.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:17:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:17:23.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:17:23.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:18:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:18:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:18:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:18:13.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:18:13.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:18:13.886Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:18:23.444Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:18:23.443Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:19:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:19:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:19:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:19:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:19:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:19:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:19:23.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:19:23.437Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:20:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:20:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:20:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:20:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:20:13.882Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:20:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:20:23.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:20:23.468Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:21:13.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:21:13.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:21:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:21:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:21:13.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:21:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:21:23.457Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:21:23.457Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:22:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:22:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:22:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:22:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:22:13.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:22:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:22:23.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:22:23.476Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:23:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:23:13.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:23:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:23:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:23:13.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:23:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:23:23.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:23:23.454Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:24:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:24:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:24:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:24:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:24:13.882Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:24:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:24:23.433Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:24:23.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:25:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:25:13.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:25:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:25:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:25:13.883Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:25:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:25:23.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:25:23.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:26:13.878Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:26:13.879Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:26:13.880Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:26:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:26:13.892Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:26:13.892Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:26:23.492Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:26:23.492Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:27:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:27:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:27:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:27:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:27:13.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:27:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:27:23.446Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:27:23.446Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:28:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:28:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:28:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:28:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:28:13.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:28:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:28:23.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:28:23.481Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:29:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:29:13.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:29:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:29:13.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:29:13.886Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:29:13.887Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:29:23.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:29:23.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:30:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:30:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:30:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:30:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:30:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:30:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:30:23.491Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:30:23.495Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:31:13.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:31:13.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:31:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:31:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:31:13.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:31:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:31:23.450Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:31:23.450Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:32:13.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:32:13.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:32:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:32:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:32:13.884Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:32:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:32:23.446Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:32:23.447Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:33:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:33:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:33:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:33:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:33:13.884Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:33:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:33:23.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:33:23.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:34:13.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:34:13.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:34:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:34:13.881Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:34:13.882Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:34:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:34:23.504Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:34:23.507Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:13.874Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:35:13.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:35:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:35:13.883Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:35:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:17.054Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:17.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-31T06:35:17.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468507475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:35:17.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:35:17.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-31T06:35:17.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672468515983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:35:17.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:35:17.285Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:17.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-31T06:35:17.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b83ce277-c4b3-4c91-9c07-bae8f618a466","serviceName":"vFW 2022-12-31 06-34-17","serviceVersion":"1.0","serviceUUID":"963c5af2-3308-4d76-b8f5-1a018315a4dd","serviceDescription":"catalog service description","serviceInvariantUUID":"0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71","resources":[{"resourceInstanceName":"vFW 817bd3e8-2db3 0","resourceName":"vFW 817bd3e8-2db3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b7ab083e-16eb-4546-bd22-aa3778ae6fe2","resourceInvariantUUID":"7c5084bb-5d26-4930-b78e-ec3d90d55aad","resourceCustomizationUUID":"b39bbc77-0580-45b9-8675-a690895b44ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml","artifactChecksum":"NjNkNGUxY2M2YjQxNjZjMTRjNTU4NzE3YzQxODlmYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eed4ad3d-4374-41ca-90a3-78876c38725c","artifactVersion":"1"},{"artifactName":"vfw817bd3e82db30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json","artifactChecksum":"ZWVhYzBiZWIxNDUyNjcxNWViZmFhZjM0OTJjNzM2YTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"246a633a-1940-4c68-9eab-97faa185e702","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"768c04ce-b597-4561-8bd3-3399dc5a95a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml","artifactChecksum":"NWQwYzIyNmQxYzhkZWQ3OTFjNGJmZDJkN2FhYzZkNjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"effc256a-548f-4f1e-8b8a-cde1ba58737b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"22954aaf-7406-4611-b08b-0a1d3d45c09b","artifactVersion":"2","generatedFromUUID":"768c04ce-b597-4561-8bd3-3399dc5a95a2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221231063417-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml","artifactChecksum":"NTM1ZjA2MGVhMjQ0ZjhmY2ZmMzZiMDc5MzI2ZDdkYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12a6c735-2d55-4792-b9e1-1483308b726a","artifactVersion":"1"},{"artifactName":"service-Vfw20221231063417-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar","artifactChecksum":"MGIyNjA0OTNlYWY5M2ZjYzA0YWE3YTI0Y2ZhMDM1OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0134a397-c39c-4f3a-9f5a-3da921ecd0d3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-31T06:35:17.301Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:35:17.318Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:17.335Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:17.336Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468513874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:35:17.436Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-12-31T06:35:17.444Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:17.445Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:17.471Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:17.473Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":4,"count":1}
2022-12-31T06:35:18.349Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:35:18.355Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:18.359Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:18.359Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468513874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T06:35:18.460Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:35:18.461Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:18.462Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:18.480Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:18.482Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:35:19.362Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:35:19.363Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:19.366Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:19.366Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468513874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-31T06:35:19.466Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:35:19.468Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:19.468Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:19.480Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:19.481Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:35:20.368Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:35:20.368Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:20.370Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:20.371Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468513874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:35:20.472Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-31T06:35:20.473Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:20.473Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:20.490Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:20.491Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:35:21.371Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:35:21.372Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:21.375Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:21.375Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468513874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-31T06:35:21.476Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:35:21.477Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:21.477Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:21.493Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:21.494Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:35:22.377Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:35:22.378Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:22.381Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:22.381Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468513874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:35:22.481Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:35:22.482Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:22.483Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:22.494Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:22.495Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:35:23.382Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:35:23.386Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:23.390Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:23.390Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468513874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:35:23.490Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:35:23.491Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:23.492Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:23.503Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:23.504Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:35:24.393Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "serviceName": "vFW 2022-12-31 06-34-17",
  "serviceVersion": "1.0",
  "serviceUUID": "963c5af2-3308-4d76-b8f5-1a018315a4dd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71",
  "resources": [
    {
      "resourceInstanceName": "vFW 817bd3e8-2db3 0",
      "resourceCustomizationUUID": "b39bbc77-0580-45b9-8675-a690895b44ca",
      "resourceName": "vFW 817bd3e8-2db3",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b7ab083e-16eb-4546-bd22-aa3778ae6fe2",
      "resourceInvariantUUID": "7c5084bb-5d26-4930-b78e-ec3d90d55aad",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw817bd3e82db30_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
          "artifactChecksum": "ZWVhYzBiZWIxNDUyNjcxNWViZmFhZjM0OTJjNzM2YTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "246a633a-1940-4c68-9eab-97faa185e702",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "768c04ce-b597-4561-8bd3-3399dc5a95a2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "22954aaf-7406-4611-b08b-0a1d3d45c09b",
            "generatedFromUUID": "768c04ce-b597-4561-8bd3-3399dc5a95a2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "22954aaf-7406-4611-b08b-0a1d3d45c09b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221231063417-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
      "artifactChecksum": "MGIyNjA0OTNlYWY5M2ZjYzA0YWE3YTI0Y2ZhMDM1OTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0134a397-c39c-4f3a-9f5a-3da921ecd0d3"
    }
  ],
  "workloadContext": "Production"
}
2022-12-31T06:35:24.398Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-31T06:35:24.399Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 963c5af2-3308-4d76-b8f5-1a018315a4dd ASDC
2022-12-31T06:35:24.631Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b83ce277-c4b3-4c91-9c07-bae8f618a466
ServiceName:vFW 2022-12-31 06-34-17
ServiceVersion:1.0
ServiceUUID:963c5af2-3308-4d76-b8f5-1a018315a4dd
ServiceInvariantUUID:0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221231063417-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar
ArtifactUUID:0134a397-c39c-4f3a-9f5a-3da921ecd0d3
ArtifactChecksum:MGIyNjA0OTNlYWY5M2ZjYzA0YWE3YTI0Y2ZhMDM1OTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 817bd3e8-2db3 0
ResourceCustomizationUUID:b39bbc77-0580-45b9-8675-a690895b44ca
ResourceInvariantUUID:7c5084bb-5d26-4930-b78e-ec3d90d55aad
ResourceName:vFW 817bd3e8-2db3
ResourceType:VF
ResourceUUID:b7ab083e-16eb-4546-bd22-aa3778ae6fe2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw817bd3e82db30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json
ArtifactUUID:246a633a-1940-4c68-9eab-97faa185e702
ArtifactChecksum:ZWVhYzBiZWIxNDUyNjcxNWViZmFhZjM0OTJjNzM2YTM=
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/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml
ArtifactUUID:768c04ce-b597-4561-8bd3-3399dc5a95a2
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/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env
ArtifactUUID:22954aaf-7406-4611-b08b-0a1d3d45c09b
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/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env
ArtifactUUID:22954aaf-7406-4611-b08b-0a1d3d45c09b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-31T06:35:24.632Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 963c5af2-3308-4d76-b8f5-1a018315a4dd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:35:25.270Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:35:25.273Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-31T06:35:25.276Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-31T06:35:25.280Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0134a397-c39c-4f3a-9f5a-3da921ecd0d3 from URL: /sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:25.280Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:35:25.283Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:25.539Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:35:25.561Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar 0134a397-c39c-4f3a-9f5a-3da921ecd0d3 101528
2022-12-31T06:35:25.564Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar ASDC sendASDCNotification
2022-12-31T06:35:25.565Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:25.567Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:35:25.568Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:25.570Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:25.570Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468525563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:35:25.671Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:35:25.672Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:25.672Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:25.687Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:25.689Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:35:26.571Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:35:26.572Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-31T06:35:26.573Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0134a397-c39c-4f3a-9f5a-3da921ecd0d3, URL: /sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar to file: /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:26.574Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221231063417-csar.csar
2022-12-31T06:35:26.802Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:26.803Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:28.033Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8643601795887173543/Definitions/service-Vfw20221231063417-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-12-31T06:35:32.058Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-31T06:35:32.066Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-31T06:35:32.067Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.067Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-31T06:35:32.067Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.067Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 817bd3e8-2db3 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-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.067Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.067Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.068Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.068Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.068Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.068Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.068Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.068Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.068Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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-Vfw20221231063417-csar.csar
2022-12-31T06:35:32.069Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-31T06:35:32.078Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.080Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:32.087Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:32.087Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-31T06:35:32.089Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:35:32.091Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.092Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:32.092Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:32.092Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-31T06:35:32.092Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:35:32.093Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.093Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:32.098Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.098Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is not matching search criteria
2022-12-31T06:35:32.099Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-31T06:35:32.099Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-31T06:35:32.099Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.099Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.100Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-31T06:35:32.100Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.100Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-31T06:35:32.100Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-31T06:35:32.101Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-31T06:35:32.101Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.101Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.102Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-31T06:35:32.102Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.102Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-31T06:35:32.102Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.103Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-31T06:35:32.103Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.104Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T06:35:32.105Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.106Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:32.106Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:32.107Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.107Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:32.107Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:32.108Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.108Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:32.108Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:32.109Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.109Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is not matching search criteria
2022-12-31T06:35:32.109Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-31T06:35:32.110Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-31T06:35:32.110Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-31T06:35:32.110Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-31T06:35:32.111Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-31T06:35:32.111Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.111Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.112Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-31T06:35:32.112Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.112Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-31T06:35:32.113Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.113Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ec7c6a3a-1260-4566-be9b-76933332125e
2022-12-31T06:35:32.113Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.114Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is not matching search criteria
2022-12-31T06:35:32.114Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-31T06:35:32.114Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-31T06:35:32.115Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.115Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.115Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-31T06:35:32.115Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.116Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-31T06:35:32.116Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-31T06:35:32.116Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-31T06:35:32.116Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.117Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-31T06:35:32.117Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.117Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fd534265-77b3-433e-a6f0-62250412f618
2022-12-31T06:35:32.117Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.118Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is not matching search criteria
2022-12-31T06:35:32.119Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-31T06:35:32.119Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-31T06:35:32.120Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.120Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.120Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-31T06:35:32.120Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.121Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-31T06:35:32.121Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-31T06:35:32.121Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-31T06:35:32.121Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:32.121Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:32.123Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-31T06:35:32.123Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dc2207a4-0924-4cf2-b2bd-59919eab044c
2022-12-31T06:35:32.126Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.127Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:32.127Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.128Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:32.128Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.128Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:32.129Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:32.129Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:32.129Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-31 06-34-17
Description:catalog service description
Model UUID:963c5af2-3308-4d76-b8f5-1a018315a4dd
Model Version:NULL
Model InvariantUuid:0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 817bd3e8-2db3
Model UUID:7eb504fe-ce4c-40f6-be0c-b93410ec002b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7c5084bb-5d26-4930-b78e-ec3d90d55aad
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b39bbc77-0580-45b9-8675-a690895b44ca
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9818a6bf-32c2-4ce1-8070-0252e49b526c
ModelName:Vfw817bd3e82db3..base_vfw..module-0
ModelUuid:a1566225-ba83-449f-bc1d-6103622860fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ec7c6a3a-1260-4566-be9b-76933332125e
ModelInvariantUuid:9bbbccfd-5585-4910-859e-fd99c12759bd
ModelName:vFW 817bd3e8-2db3-nodes.vfwCvfc
ModelUuid:f895fd1a-3356-4f70-8e6f-e4294d3355eb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8d4a0095-7e7c-43ca-86f6-ca8be421ceee
ModelInvariantUuid:91997680-7aff-4dee-b33e-d971f5869254
ModelName:Vfw817bd3e82db3.compute.nodes.heat.vfw
ModelUuid:5557bdf0-eda4-425c-9047-4c1c3be274b0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fd534265-77b3-433e-a6f0-62250412f618
ModelInvariantUuid:882c67af-c06a-41c5-8166-4342e035cf57
ModelName:vFW 817bd3e8-2db3-nodes.vsnCvfc
ModelUuid:f8d2fe18-14cd-4f2d-8042-631e24373d53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:dd274979-7044-4fcb-b3af-89f4fa5ef8df
ModelInvariantUuid:ab5b3c10-8863-4535-b195-3726c5c45287
ModelName:Vfw817bd3e82db3.compute.nodes.heat.vsn
ModelUuid:7c34e14c-448b-4817-aff8-25f4c07bc1db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dc2207a4-0924-4cf2-b2bd-59919eab044c
ModelInvariantUuid:18c7262a-da4b-41d8-ba8e-0babb36c0462
ModelName:vFW 817bd3e8-2db3-nodes.vpgCvfc
ModelUuid:74ea4be9-3d73-4449-b48b-1ef0eaa4a39b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c937cfcc-3781-4177-a955-bc65a755ea1d
ModelInvariantUuid:cdb911a1-1ce9-4e11-9232-b7270d126164
ModelName:Vfw817bd3e82db3.compute.nodes.heat.vpg
ModelUuid:fc4ae0fe-4d3c-4d50-96a3-ad5cdceab5e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-31T06:35:32.164Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b7ab083e-16eb-4546-bd22-aa3778ae6fe2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:35:32.316Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||vFW 817bd3e8-2db3 0
2022-12-31T06:35:32.331Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b7ab083e-16eb-4546-bd22-aa3778ae6fe2
2022-12-31T06:35:32.332Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 246a633a-1940-4c68-9eab-97faa185e702 from URL: /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json
2022-12-31T06:35:32.332Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:35:32.332Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json
2022-12-31T06:35:32.410Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:35:32.411Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json 246a633a-1940-4c68-9eab-97faa185e702 785
2022-12-31T06:35:32.412Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json ASDC sendASDCNotification
2022-12-31T06:35:32.412Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json
2022-12-31T06:35:32.412Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:35:32.413Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:32.416Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:32.417Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468532411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:35:32.518Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-31T06:35:32.520Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:32.520Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:32.548Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:32.549Z||pool-11-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:35:33.419Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw817bd3e82db3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9818a6bf-32c2-4ce1-8070-0252e49b526c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a1566225-ba83-449f-bc1d-6103622860fa",
    "vfModuleModelCustomizationUUID": "1b2e4fb0-9c41-440e-9928-1dc3904049a1",
    "isBase": true,
    "artifacts": [
      "768c04ce-b597-4561-8bd3-3399dc5a95a2",
      "22954aaf-7406-4611-b08b-0a1d3d45c09b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-31T06:35:33.448Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw817bd3e82db3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1566225-ba83-449f-bc1d-6103622860fa
VfModuleModelInvariantUUID:9818a6bf-32c2-4ce1-8070-0252e49b526c
VfModuleModelDescription:NULL
Artifacts UUID List:{
768c04ce-b597-4561-8bd3-3399dc5a95a2
,
22954aaf-7406-4611-b08b-0a1d3d45c09b

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

isBase:true


}

2022-12-31T06:35:33.453Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw817bd3e82db3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9818a6bf-32c2-4ce1-8070-0252e49b526c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a1566225-ba83-449f-bc1d-6103622860fa",
    "vfModuleModelCustomizationUUID": "1b2e4fb0-9c41-440e-9928-1dc3904049a1",
    "isBase": true,
    "artifacts": [
      "768c04ce-b597-4561-8bd3-3399dc5a95a2",
      "22954aaf-7406-4611-b08b-0a1d3d45c09b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-31T06:35:33.453Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw817bd3e82db3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1566225-ba83-449f-bc1d-6103622860fa
VfModuleModelInvariantUUID:9818a6bf-32c2-4ce1-8070-0252e49b526c
VfModuleModelDescription:NULL
Artifacts UUID List:{
768c04ce-b597-4561-8bd3-3399dc5a95a2
,
22954aaf-7406-4611-b08b-0a1d3d45c09b

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

isBase:true


}

2022-12-31T06:35:33.453Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 768c04ce-b597-4561-8bd3-3399dc5a95a2 from URL: /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml
2022-12-31T06:35:33.453Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:35:33.454Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml
2022-12-31T06:35:33.508Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:35:33.513Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml 768c04ce-b597-4561-8bd3-3399dc5a95a2 20368
2022-12-31T06:35:33.514Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-31T06:35:33.515Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml
2022-12-31T06:35:33.515Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:35:33.515Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:33.519Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:33.520Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468533514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:35:33.619Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:35:33.621Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:33.622Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:33.637Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:33.638Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:35:34.523Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 22954aaf-7406-4611-b08b-0a1d3d45c09b from URL: /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env
2022-12-31T06:35:34.524Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:35:34.525Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env
2022-12-31T06:35:34.573Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:35:34.573Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env 22954aaf-7406-4611-b08b-0a1d3d45c09b 2098
2022-12-31T06:35:34.574Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-31T06:35:34.574Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env
2022-12-31T06:35:34.574Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:35:34.575Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:34.583Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:34.583Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468534574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:35:34.678Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-31T06:35:34.679Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:34.679Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:34.698Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:34.699Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:35:35.584Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 963c5af2-3308-4d76-b8f5-1a018315a4dd
2022-12-31T06:35:35.585Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 817bd3e8-2db3 0 b7ab083e-16eb-4546-bd22-aa3778ae6fe2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:35:35.637Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35686160, org.onap.sdc.toscaparser.api.parameters.Input@4b0886b6, org.onap.sdc.toscaparser.api.parameters.Input@23657b58, org.onap.sdc.toscaparser.api.parameters.Input@39bfaaf4, org.onap.sdc.toscaparser.api.parameters.Input@4f2aafc2]
2022-12-31T06:35:35.642Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.643Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.643Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-12-31T06:35:35.643Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b39bbc77-0580-45b9-8675-a690895b44ca
2022-12-31T06:35:35.643Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b39bbc77-0580-45b9-8675-a690895b44ca matches Tosca VF Customization UUID: b39bbc77-0580-45b9-8675-a690895b44ca
2022-12-31T06:35:35.644Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b39bbc77-0580-45b9-8675-a690895b44ca  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-31T06:35:35.654Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.655Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.657Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b39bbc77-0580-45b9-8675-a690895b44ca: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-31T06:35:35.657Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@276b08e6
2022-12-31T06:35:35.657Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.657Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T06:35:35.658Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b2e4fb0-9c41-440e-9928-1dc3904049a1
2022-12-31T06:35:35.660Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b2e4fb0-9c41-440e-9928-1dc3904049a1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-31T06:35:35.669Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.669Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:35.670Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:35.672Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.672Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:35.672Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:35.672Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.673Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is not matching search criteria
2022-12-31T06:35:35.673Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-31T06:35:35.673Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-31T06:35:35.674Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-31T06:35:35.674Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-31T06:35:35.675Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-31T06:35:35.675Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.675Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:35.676Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-31T06:35:35.676Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:35.676Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-31T06:35:35.677Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.678Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ec7c6a3a-1260-4566-be9b-76933332125e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-31T06:35:35.690Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.691Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:35.692Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:35.692Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.692Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is not matching search criteria
2022-12-31T06:35:35.693Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-31T06:35:35.693Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-31T06:35:35.693Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:35.694Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.694Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-31T06:35:35.695Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.695Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-31T06:35:35.695Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-31T06:35:35.696Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-31T06:35:35.696Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:35.697Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-31T06:35:35.697Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.697Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fd534265-77b3-433e-a6f0-62250412f618
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-31T06:35:35.701Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.702Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:35.702Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:35.708Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.708Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is not matching search criteria
2022-12-31T06:35:35.709Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-31T06:35:35.709Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-31T06:35:35.709Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:35.710Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.710Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-31T06:35:35.711Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.711Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-31T06:35:35.712Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-31T06:35:35.712Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-31T06:35:35.712Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-31T06:35:35.713Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-31T06:35:35.713Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-31T06:35:35.714Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dc2207a4-0924-4cf2-b2bd-59919eab044c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-31T06:35:35.718Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.719Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:35.719Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:35:35.719Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.720Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Node template vFW 817bd3e8-2db3 0 is matching search criteria
2022-12-31T06:35:35.720Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 817bd3e8-2db3 0] matching following query criteria: sdcType=VF, customizationUUID=b39bbc77-0580-45b9-8675-a690895b44ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:35:35.723Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.724Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.725Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 963c5af2-3308-4d76-b8f5-1a018315a4dd: vFW 817bd3e8-2db3
2022-12-31T06:35:35.726Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.726Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.727Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.727Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.727Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.728Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.728Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.729Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.729Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:35:35.729Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-31 06-34-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:35:35.730Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-12-31 06-34-17 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:35:36.140Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 817bd3e8-2db3 b7ab083e-16eb-4546-bd22-aa3778ae6fe2 1 ASDC deployResourceStructure
2022-12-31T06:35:36.141Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json ASDC sendASDCNotification
2022-12-31T06:35:36.142Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json
2022-12-31T06:35:36.142Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:35:36.145Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:36.148Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:36.149Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468536141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T06:35:36.249Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:35:36.250Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:36.250Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:36.268Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:36.269Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:35:37.150Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-31T06:35:37.151Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml
2022-12-31T06:35:37.151Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:35:37.151Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:37.166Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:37.167Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468537150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-31T06:35:37.254Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-12-31T06:35:37.255Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:37.255Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:37.273Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:37.276Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:35:38.168Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-31T06:35:38.169Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env
2022-12-31T06:35:38.176Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:35:38.177Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:38.180Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:38.180Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468538168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-31T06:35:38.280Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:35:38.282Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:38.282Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:38.384Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:38.385Z||pool-16-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:35:39.183Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar ASDC sendASDCNotification
2022-12-31T06:35:39.183Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar
2022-12-31T06:35:39.183Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:35:39.184Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:35:39.186Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:35:39.186Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468539183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:35:39.286Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:35:39.288Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:35:39.289Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:35:39.314Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:35:39.315Z||pool-17-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:35:40.187Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:35:40.244Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:35:40.248Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:35:40.249Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:35:40.250Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:36:10.251Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:36:10.268Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:36:10.273Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:36:10.273Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:36:10.273Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:36:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:36:13.883Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:36:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:36:13.908Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:36:13.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:36:13.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468461544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:36:13.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:36:40.274Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:36:40.291Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:36:40.295Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:36:40.295Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:36:40.295Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:37:10.296Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:37:10.311Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:37:10.317Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:37:10.318Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:37:10.322Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:37:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:37:13.883Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:37:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:37:13.921Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:37:13.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:37:13.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468513874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:37:13.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:37:13.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:37:13.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468514286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:37:13.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:37:40.323Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:37:40.344Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:37:40.356Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:37:40.356Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:37:40.356Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:38:10.357Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:38:10.368Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:38:10.369Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:38:10.369Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:38:10.370Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:38:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:38:13.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:38:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:38:13.909Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:38:14.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468507475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672468515983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468461544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468514286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468513874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468507475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672468515983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468461544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468514286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468513874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672468515983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468507475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468461544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468514286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468513874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672468515983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468507475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468461544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468514286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468513874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672468515983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468507475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468461544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468514286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468513874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468507475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672468515983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468461544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468514286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468513874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468524021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468524125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468524779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468525148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468525182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:38:14.483Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b83ce277-c4b3-4c91-9c07-bae8f618a466
2022-12-31T06:38:14.484Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b83ce277-c4b3-4c91-9c07-bae8f618a466 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:38:14.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468525563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468525355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468526271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.509Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468525355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468527389,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:38:14.514Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b83ce277-c4b3-4c91-9c07-bae8f618a466
2022-12-31T06:38:14.515Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b83ce277-c4b3-4c91-9c07-bae8f618a466 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:38:14.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468525355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468528395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T06:38:14.525Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468525355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468525355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468525355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468531240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:38:14.528Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468525355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468532247,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:38:14.540Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b83ce277-c4b3-4c91-9c07-bae8f618a466
2022-12-31T06:38:14.540Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b83ce277-c4b3-4c91-9c07-bae8f618a466 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:38:14.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468532411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468532611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468533514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468534574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468536141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/vfw817bd3e82db30_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T06:38:14.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468537150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-31T06:38:14.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468538168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/resourceInstances/vfw817bd3e82db30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-31T06:38:14.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468539183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672468535714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468526189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468529401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468544286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672468535714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468526189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468529401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468544286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468548535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221231063417/1.0/artifacts/service-Vfw20221231063417-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:38:14.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672468535714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468526189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468529401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468544286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468549539,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:38:14.572Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b83ce277-c4b3-4c91-9c07-bae8f618a466
2022-12-31T06:38:14.573Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b83ce277-c4b3-4c91-9c07-bae8f618a466 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:38:14.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672468535714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468526189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468529401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468544286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672468535714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468526189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468529401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468544286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672468535714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468526189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468529401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468544286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672468535714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468526189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468529401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468544286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468554363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468554332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468555195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672468555340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:38:14.619Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4b5925f-d107-4e61-bd69-a210e91ece81
2022-12-31T06:38:14.620Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b5925f-d107-4e61-bd69-a210e91ece81 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:38:14.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468555444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468555355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468556507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468555355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468557533,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:38:14.642Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4b5925f-d107-4e61-bd69-a210e91ece81
2022-12-31T06:38:14.642Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b5925f-d107-4e61-bd69-a210e91ece81 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:38:14.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468558027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:38:14.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468555355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672468558543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T06:38:14.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672468559032,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:38:14.660Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4b5925f-d107-4e61-bd69-a210e91ece81
2022-12-31T06:38:14.661Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b5925f-d107-4e61-bd69-a210e91ece81 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:38:14.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468555355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468555355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468555355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:38:14.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468555355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:38:14.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:38:14.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468562451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:38:14.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468569737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:38:14.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:38:14.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:38:14.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "aai-model-loader",
  "timestamp": 1672468570739,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:38:14.684Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4b5925f-d107-4e61-bd69-a210e91ece81
2022-12-31T06:38:14.684Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b5925f-d107-4e61-bd69-a210e91ece81 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:38:40.370Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:38:40.399Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:38:40.404Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:38:40.404Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-31T06:38:40.404Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-31T06:38:40.405Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-31T06:38:40.405Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:38:40.405Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:38:40.406Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:38:40.406Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:38:40.406Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:38:40.407Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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-12-31T06:38:40.413Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-31T06:39:10.414Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b83ce277-c4b3-4c91-9c07-bae8f618a466 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-31T06:39:10.430Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b83ce277-c4b3-4c91-9c07-bae8f618a466 and serviceModelVersionId: 963c5af2-3308-4d76-b8f5-1a018315a4dd
2022-12-31T06:39:10.431Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71
2022-12-31T06:39:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:39:13.883Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:39:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:23.461Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:31.966Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71/model-vers/model-ver/963c5af2-3308-4d76-b8f5-1a018315a4dd?depth=0
2022-12-31T06:39:32.120Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-12-31T06:39:32.875Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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/0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71/model-vers/model-ver/963c5af2-3308-4d76-b8f5-1a018315a4dd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-31T06:39:32.882Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71/model-vers/model-ver/963c5af2-3308-4d76-b8f5-1a018315a4dd?depth=0|INFO|500||Invoke
2022-12-31T06:39:33.153Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71/model-vers/model-ver/963c5af2-3308-4d76-b8f5-1a018315a4dd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-31T06:39:33.370Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71/model-vers/model-ver/963c5af2-3308-4d76-b8f5-1a018315a4dd?depth=0|INFO|500||InvokeReturn
2022-12-31T06:39:33.373Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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/0c1f6259-5f3f-4afe-b24d-4a5f8e8e2a71/model-vers/model-ver/963c5af2-3308-4d76-b8f5-1a018315a4dd?depth=0 has http status code:200 and response headers:{date=[Sat, 31 Dec 2022 06:39:32 GMT], content-length=[0], vertex-id=[323784], x-aai-txid=[1-aai-resources-221231-06:39:32:667-23613], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-31T06:39:33.373Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-12-31T06:39:33.380Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-31T06:39:33.381Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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-12-31T06:39:33.388Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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-12-31T06:39:33.396Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b83ce277-c4b3-4c91-9c07-bae8f618a466 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-31T06:39:33.398Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-31T06:39:33.399Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:33.404Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:33.404Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468773396,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:39:33.504Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:33.505Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:33.505Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:33.522Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:33.523Z||pool-18-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-12-31T06:39:34.419Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:39:34.420Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:39:34.420Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:40.073Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:40.074Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-31T06:39:40.075Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4b5925f-d107-4e61-bd69-a210e91ece81","serviceName":"basic_onboard_zJNLlg","serviceVersion":"1.0","serviceUUID":"b9325c0e-a592-4173-bfa9-6cb44d0b8e5c","serviceDescription":"service","serviceInvariantUUID":"8eb706a1-3ad6-4f7f-99ab-2e3af2e26307","resources":[{"resourceInstanceName":"basic_onboard_zJNLlg 0","resourceName":"basic_onboard_zJNLlg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a9f8ce9-4bd4-4938-9a01-46d06af0e7e9","resourceInvariantUUID":"05674921-759f-4b28-a20a-586f38cba96b","resourceCustomizationUUID":"ab061b7a-a91d-4c42-af74-109129b6d1b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml","artifactChecksum":"YWQ1MGUzNDY5MmQ1YWZjMzRmYTUzN2U4NDZjODM3ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9cf46d67-97f5-4619-880e-6475bc075e94","artifactVersion":"1"},{"artifactName":"basic_onboard_zjnllg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json","artifactChecksum":"Y2Y0OTMzNDc2ZmQ1N2M1NTJkZTY0YTVhZmFiMmEyODA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8196c90d-02cd-43da-be4f-a38a6bcfc74e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d0f399af-0017-4164-a596-9568d50faca5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"def6b39b-92e4-4b6c-832a-703f55bb3d46","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1c766c95-d6ac-4769-982b-b10fc23d23ac","artifactVersion":"2","generatedFromUUID":"d0f399af-0017-4164-a596-9568d50faca5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZjnllg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml","artifactChecksum":"ZTExNGIwNWY5Yzg2ZWEyNDNmZTQwMWEzNDZmMTY4ZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b4e6b95-a38e-403e-a9b2-ffbbbae52567","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZjnllg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar","artifactChecksum":"ZjYzNGE1OGE2MjNmM2M1NjlhNzMzOThjMjQ2Yzg4YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ca32fc1-2afd-4afb-8734-78560041f310","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-31T06:39:40.087Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:39:40.096Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:40.101Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:40.101Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468774419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:39:40.203Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-31T06:39:40.204Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:40.204Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:40.272Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:40.273Z||pool-19-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:41.105Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:39:41.106Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:41.109Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:41.109Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468774419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T06:39:41.210Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:41.222Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:41.223Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:41.256Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:41.257Z||pool-20-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:42.110Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:39:42.111Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:42.114Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:42.114Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468774419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-31T06:39:42.214Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:39:42.215Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:42.215Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:42.226Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:42.226Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:43.115Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:39:43.116Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:43.119Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:43.119Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468774419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:39:43.219Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:43.221Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:43.221Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:43.236Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:43.237Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:44.120Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:39:44.123Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:44.127Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:44.128Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468774419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-31T06:39:44.227Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:39:44.229Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:44.229Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:44.248Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:44.249Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:45.130Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:39:45.131Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:45.138Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:45.138Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468774419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:39:45.238Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:45.239Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:45.240Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:45.253Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:45.254Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:46.139Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:39:46.140Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:46.142Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:46.142Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468774419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:39:46.243Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:46.244Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:46.244Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:46.258Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:46.259Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:39:47.144Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "serviceName": "basic_onboard_zJNLlg",
  "serviceVersion": "1.0",
  "serviceUUID": "b9325c0e-a592-4173-bfa9-6cb44d0b8e5c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8eb706a1-3ad6-4f7f-99ab-2e3af2e26307",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_zJNLlg 0",
      "resourceCustomizationUUID": "ab061b7a-a91d-4c42-af74-109129b6d1b9",
      "resourceName": "basic_onboard_zJNLlg",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1a9f8ce9-4bd4-4938-9a01-46d06af0e7e9",
      "resourceInvariantUUID": "05674921-759f-4b28-a20a-586f38cba96b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zjnllg0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
          "artifactChecksum": "Y2Y0OTMzNDc2ZmQ1N2M1NTJkZTY0YTVhZmFiMmEyODA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8196c90d-02cd-43da-be4f-a38a6bcfc74e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d0f399af-0017-4164-a596-9568d50faca5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1c766c95-d6ac-4769-982b-b10fc23d23ac",
            "generatedFromUUID": "d0f399af-0017-4164-a596-9568d50faca5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1c766c95-d6ac-4769-982b-b10fc23d23ac",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZjnllg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
      "artifactChecksum": "ZjYzNGE1OGE2MjNmM2M1NjlhNzMzOThjMjQ2Yzg4YWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6ca32fc1-2afd-4afb-8734-78560041f310"
    }
  ],
  "workloadContext": "Production"
}
2022-12-31T06:39:47.145Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-31T06:39:47.145Z|b83ce277-c4b3-4c91-9c07-bae8f618a466|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b9325c0e-a592-4173-bfa9-6cb44d0b8e5c ASDC
2022-12-31T06:39:47.146Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a4b5925f-d107-4e61-bd69-a210e91ece81
ServiceName:basic_onboard_zJNLlg
ServiceVersion:1.0
ServiceUUID:b9325c0e-a592-4173-bfa9-6cb44d0b8e5c
ServiceInvariantUUID:8eb706a1-3ad6-4f7f-99ab-2e3af2e26307
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZjnllg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar
ArtifactUUID:6ca32fc1-2afd-4afb-8734-78560041f310
ArtifactChecksum:ZjYzNGE1OGE2MjNmM2M1NjlhNzMzOThjMjQ2Yzg4YWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zJNLlg 0
ResourceCustomizationUUID:ab061b7a-a91d-4c42-af74-109129b6d1b9
ResourceInvariantUUID:05674921-759f-4b28-a20a-586f38cba96b
ResourceName:basic_onboard_zJNLlg
ResourceType:VF
ResourceUUID:1a9f8ce9-4bd4-4938-9a01-46d06af0e7e9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zjnllg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json
ArtifactUUID:8196c90d-02cd-43da-be4f-a38a6bcfc74e
ArtifactChecksum:Y2Y0OTMzNDc2ZmQ1N2M1NTJkZTY0YTVhZmFiMmEyODA=
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/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d0f399af-0017-4164-a596-9568d50faca5
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/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env
ArtifactUUID:1c766c95-d6ac-4769-982b-b10fc23d23ac
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/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env
ArtifactUUID:1c766c95-d6ac-4769-982b-b10fc23d23ac
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-31T06:39:47.146Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9325c0e-a592-4173-bfa9-6cb44d0b8e5c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-31T06:39:47.184Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:39:47.185Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-31T06:39:47.185Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-31T06:39:47.186Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6ca32fc1-2afd-4afb-8734-78560041f310 from URL: /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:47.186Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:39:47.186Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:47.350Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:39:47.355Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar 6ca32fc1-2afd-4afb-8734-78560041f310 75687
2022-12-31T06:39:47.355Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar ASDC sendASDCNotification
2022-12-31T06:39:47.356Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:47.356Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:39:47.356Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:47.358Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:47.358Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468787355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:39:47.458Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:47.460Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:47.460Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:47.474Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:47.475Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:48.361Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:39:48.362Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-31T06:39:48.363Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6ca32fc1-2afd-4afb-8734-78560041f310, URL: /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar to file: /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:48.364Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:48.364Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:48.365Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:48.608Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8910913280722031589/Definitions/service-BasicOnboardZjnllg-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-31T06:39:50.270Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-31T06:39:50.271Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-31T06:39:50.272Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.272Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-31T06:39:50.273Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zJNLlg 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-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.273Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.273Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.274Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.274Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.274Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.275Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:50.275Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-31T06:39:50.275Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:50.275Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:50.276Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:50.276Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-31T06:39:50.276Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:39:50.276Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:50.277Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:50.277Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:50.278Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-31T06:39:50.278Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:39:50.278Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:50.279Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:50.279Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:50.279Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is not matching search criteria
2022-12-31T06:39:50.280Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-31T06:39:50.280Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-31T06:39:50.280Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-31T06:39:50.281Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-31T06:39:50.281Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-31T06:39:50.281Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:50.281Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T06:39:50.282Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:50.282Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:50.282Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:39:50.283Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:50.283Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:50.283Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:39:50.284Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:50.284Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:50.284Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:39:50.285Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:50.285Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is not matching search criteria
2022-12-31T06:39:50.285Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-31T06:39:50.286Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-31T06:39:50.286Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=555afccd-92b7-44ef-8ae9-00b5e4da0f7c
2022-12-31T06:39:50.286Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:50.287Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:50.287Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:50.287Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:50.288Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:50.288Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:50.288Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:50.288Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:50.289Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_zJNLlg
Description:service
Model UUID:b9325c0e-a592-4173-bfa9-6cb44d0b8e5c
Model Version:NULL
Model InvariantUuid:8eb706a1-3ad6-4f7f-99ab-2e3af2e26307
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_zJNLlg
Model UUID:2f8b0f3d-1999-43ad-a549-cbe6ece5c757
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:05674921-759f-4b28-a20a-586f38cba96b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ab061b7a-a91d-4c42-af74-109129b6d1b9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:760a6f45-a6f3-48f3-bba0-00a6a43c703d
ModelName:BasicOnboardZjnllg..base_ubuntu18..module-0
ModelUuid:90b53989-50b5-470b-b0c8-54bba203a5ec
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:555afccd-92b7-44ef-8ae9-00b5e4da0f7c
ModelInvariantUuid:74a72818-84b0-47d0-a36e-00b28cde6879
ModelName:basic_onboard_zJNLlg-nodes.ubuntu18Cvfc
ModelUuid:6be06920-175d-4a27-a694-d902b55544b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:fc8dde1b-bb07-4618-b29c-ef8d0ae9d250
ModelInvariantUuid:9e66e4b8-151c-4c96-a85e-cb6a1a7517cf
ModelName:BasicOnboardZjnllg.compute.nodes.heat.ubuntu18
ModelUuid:833b5718-ebe9-4545-bf17-6d077cd4b5f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-31T06:39:50.297Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a9f8ce9-4bd4-4938-9a01-46d06af0e7e9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:39:50.302Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||basic_onboard_zJNLlg 0
2022-12-31T06:39:50.302Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a9f8ce9-4bd4-4938-9a01-46d06af0e7e9
2022-12-31T06:39:50.302Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8196c90d-02cd-43da-be4f-a38a6bcfc74e from URL: /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json
2022-12-31T06:39:50.303Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:39:50.303Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json
2022-12-31T06:39:50.355Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:39:50.355Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json 8196c90d-02cd-43da-be4f-a38a6bcfc74e 798
2022-12-31T06:39:50.356Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json ASDC sendASDCNotification
2022-12-31T06:39:50.356Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json
2022-12-31T06:39:50.356Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:39:50.357Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:50.359Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:50.359Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468790356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:39:50.459Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:50.461Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:50.461Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:50.476Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:50.477Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:51.359Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZjnllg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "760a6f45-a6f3-48f3-bba0-00a6a43c703d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "90b53989-50b5-470b-b0c8-54bba203a5ec",
    "vfModuleModelCustomizationUUID": "5bfcb8dd-bb75-4043-bca2-aab862a7ea53",
    "isBase": true,
    "artifacts": [
      "d0f399af-0017-4164-a596-9568d50faca5",
      "1c766c95-d6ac-4769-982b-b10fc23d23ac"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-31T06:39:51.367Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjnllg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90b53989-50b5-470b-b0c8-54bba203a5ec
VfModuleModelInvariantUUID:760a6f45-a6f3-48f3-bba0-00a6a43c703d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0f399af-0017-4164-a596-9568d50faca5
,
1c766c95-d6ac-4769-982b-b10fc23d23ac

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

isBase:true


}

2022-12-31T06:39:51.370Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZjnllg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "760a6f45-a6f3-48f3-bba0-00a6a43c703d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "90b53989-50b5-470b-b0c8-54bba203a5ec",
    "vfModuleModelCustomizationUUID": "5bfcb8dd-bb75-4043-bca2-aab862a7ea53",
    "isBase": true,
    "artifacts": [
      "d0f399af-0017-4164-a596-9568d50faca5",
      "1c766c95-d6ac-4769-982b-b10fc23d23ac"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-31T06:39:51.371Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjnllg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90b53989-50b5-470b-b0c8-54bba203a5ec
VfModuleModelInvariantUUID:760a6f45-a6f3-48f3-bba0-00a6a43c703d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0f399af-0017-4164-a596-9568d50faca5
,
1c766c95-d6ac-4769-982b-b10fc23d23ac

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

isBase:true


}

2022-12-31T06:39:51.371Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d0f399af-0017-4164-a596-9568d50faca5 from URL: /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml
2022-12-31T06:39:51.371Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:39:51.371Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml
2022-12-31T06:39:51.419Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:39:51.419Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml d0f399af-0017-4164-a596-9568d50faca5 5033
2022-12-31T06:39:51.420Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-31T06:39:51.420Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml
2022-12-31T06:39:51.421Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:39:51.422Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:51.424Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:51.424Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468791420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:39:51.524Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:39:51.525Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:51.526Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:51.539Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:51.540Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:52.425Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1c766c95-d6ac-4769-982b-b10fc23d23ac from URL: /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env
2022-12-31T06:39:52.426Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-31T06:39:52.426Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env
2022-12-31T06:39:52.476Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-31T06:39:52.476Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env 1c766c95-d6ac-4769-982b-b10fc23d23ac 909
2022-12-31T06:39:52.477Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-31T06:39:52.477Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env
2022-12-31T06:39:52.477Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:39:52.477Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:52.479Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:52.480Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468792477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:39:52.582Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-31T06:39:52.587Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:52.588Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:52.628Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:52.630Z||pool-29-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:53.480Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b9325c0e-a592-4173-bfa9-6cb44d0b8e5c
2022-12-31T06:39:53.481Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zJNLlg 0 1a9f8ce9-4bd4-4938-9a01-46d06af0e7e9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:39:53.498Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c5acfe5, org.onap.sdc.toscaparser.api.parameters.Input@1e93f13c, org.onap.sdc.toscaparser.api.parameters.Input@76596d14, org.onap.sdc.toscaparser.api.parameters.Input@3e53b8, org.onap.sdc.toscaparser.api.parameters.Input@3aa181bd]
2022-12-31T06:39:53.500Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:53.500Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.500Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-12-31T06:39:53.500Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ab061b7a-a91d-4c42-af74-109129b6d1b9
2022-12-31T06:39:53.500Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab061b7a-a91d-4c42-af74-109129b6d1b9 matches Tosca VF Customization UUID: ab061b7a-a91d-4c42-af74-109129b6d1b9
2022-12-31T06:39:53.501Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ab061b7a-a91d-4c42-af74-109129b6d1b9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-31T06:39:53.504Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:53.504Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.505Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ab061b7a-a91d-4c42-af74-109129b6d1b9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-31T06:39:53.505Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74674697
2022-12-31T06:39:53.505Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:53.505Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T06:39:53.506Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5bfcb8dd-bb75-4043-bca2-aab862a7ea53
2022-12-31T06:39:53.506Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5bfcb8dd-bb75-4043-bca2-aab862a7ea53
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-31T06:39:53.508Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:53.509Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:53.509Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:39:53.509Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:53.510Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:53.510Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:39:53.510Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:53.510Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is not matching search criteria
2022-12-31T06:39:53.511Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-31T06:39:53.511Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-31T06:39:53.511Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=555afccd-92b7-44ef-8ae9-00b5e4da0f7c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-31T06:39:53.514Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:53.514Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:53.514Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:39:53.515Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:53.515Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_zJNLlg 0 is matching search criteria
2022-12-31T06:39:53.515Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_zJNLlg 0] matching following query criteria: sdcType=VF, customizationUUID=ab061b7a-a91d-4c42-af74-109129b6d1b9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:39:53.517Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:53.518Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.518Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b9325c0e-a592-4173-bfa9-6cb44d0b8e5c: basic_onboard_zJNLlg
2022-12-31T06:39:53.518Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:53.519Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.519Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:53.519Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.519Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:53.520Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.520Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:53.520Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.520Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:39:53.520Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_zJNLlg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:39:53.521Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_zJNLlg 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:39:53.609Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zJNLlg 1a9f8ce9-4bd4-4938-9a01-46d06af0e7e9 1 ASDC deployResourceStructure
2022-12-31T06:39:53.610Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json ASDC sendASDCNotification
2022-12-31T06:39:53.610Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json
2022-12-31T06:39:53.610Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:39:53.611Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:53.613Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:53.614Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468793610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T06:39:53.714Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:53.715Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:53.715Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:53.730Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:53.731Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:54.616Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-31T06:39:54.616Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml
2022-12-31T06:39:54.616Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:39:54.617Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:54.619Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:54.620Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468794615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-31T06:39:54.720Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:54.723Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:54.724Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:54.736Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:54.737Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:55.621Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-31T06:39:55.621Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env
2022-12-31T06:39:55.621Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:39:55.621Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:55.624Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:55.624Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468795620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-31T06:39:55.725Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:55.726Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:55.726Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:55.744Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:55.744Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:56.626Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar ASDC sendASDCNotification
2022-12-31T06:39:56.626Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar
2022-12-31T06:39:56.626Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:39:56.627Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:39:56.629Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:39:56.629Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468796625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:39:56.729Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:39:56.731Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:39:56.731Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:39:56.744Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:39:56.745Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:39:57.631Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4b5925f-d107-4e61-bd69-a210e91ece81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:39:57.683Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4b5925f-d107-4e61-bd69-a210e91ece81
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:39:57.690Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:39:57.690Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:39:57.691Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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-12-31T06:39:57.704Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-31T06:40:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:40:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:40:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:40:14.528Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:40:14.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b83ce277-c4b3-4c91-9c07-bae8f618a466",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468773396,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:40:14.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468774419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:40:14.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:40:14.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468774419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T06:40:14.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:40:14.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468774419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-31T06:40:14.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:40:14.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468774419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:40:14.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:40:14.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468774419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-31T06:40:14.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:40:14.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468774419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:40:14.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:40:14.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468774419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:40:14.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:40:14.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468787355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:40:14.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468790356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:40:14.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468791420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:40:14.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468792477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:40:14.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468793610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/basic_onboard_zjnllg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T06:40:14.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468794615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-31T06:40:14.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468795620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/resourceInstances/basic_onboard_zjnllg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-31T06:40:14.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:14.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:40:14.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468796625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjnllg/1.0/artifacts/service-BasicOnboardZjnllg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:40:14.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:40:27.705Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4b5925f-d107-4e61-bd69-a210e91ece81 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-31T06:40:27.712Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4b5925f-d107-4e61-bd69-a210e91ece81 and serviceModelVersionId: b9325c0e-a592-4173-bfa9-6cb44d0b8e5c
2022-12-31T06:40:27.713Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8eb706a1-3ad6-4f7f-99ab-2e3af2e26307
2022-12-31T06:40:27.715Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8eb706a1-3ad6-4f7f-99ab-2e3af2e26307/model-vers/model-ver/b9325c0e-a592-4173-bfa9-6cb44d0b8e5c?depth=0
2022-12-31T06:40:27.724Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-12-31T06:40:27.803Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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/8eb706a1-3ad6-4f7f-99ab-2e3af2e26307/model-vers/model-ver/b9325c0e-a592-4173-bfa9-6cb44d0b8e5c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-31T06:40:27.805Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb706a1-3ad6-4f7f-99ab-2e3af2e26307/model-vers/model-ver/b9325c0e-a592-4173-bfa9-6cb44d0b8e5c?depth=0|INFO|500||Invoke
2022-12-31T06:40:27.874Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb706a1-3ad6-4f7f-99ab-2e3af2e26307/model-vers/model-ver/b9325c0e-a592-4173-bfa9-6cb44d0b8e5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-31T06:40:27.987Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8eb706a1-3ad6-4f7f-99ab-2e3af2e26307/model-vers/model-ver/b9325c0e-a592-4173-bfa9-6cb44d0b8e5c?depth=0|INFO|500||InvokeReturn
2022-12-31T06:40:27.995Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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/8eb706a1-3ad6-4f7f-99ab-2e3af2e26307/model-vers/model-ver/b9325c0e-a592-4173-bfa9-6cb44d0b8e5c?depth=0 has http status code:200 and response headers:{date=[Sat, 31 Dec 2022 06:40:27 GMT], content-length=[0], vertex-id=[229600], x-aai-txid=[2-aai-resources-221231-06:40:27:386-62611], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-31T06:40:27.996Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-12-31T06:40:27.997Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-31T06:40:27.997Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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-12-31T06:40:28.004Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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-12-31T06:40:28.004Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4b5925f-d107-4e61-bd69-a210e91ece81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-31T06:40:28.005Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-31T06:40:28.005Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:40:28.008Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:40:28.008Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468828005,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:40:28.108Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:40:28.109Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:40:28.109Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:40:28.133Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:40:28.134Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-31T06:40:29.027Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:40:29.027Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:40:29.028Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:40:38.591Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:40:38.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:40:38.592Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:40:38.592Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:40:48.189Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:40:48.190Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:40:48.191Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:40:48.191Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:40:57.754Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:40:57.755Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:40:57.756Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:40:57.756Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:41:07.335Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:41:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:41:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:41:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:41:13.881Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:41:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:41:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:41:14.529Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:41:14.529Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-31T06:41:14.530Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b5925f-d107-4e61-bd69-a210e91ece81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672468828005,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:41:14.531Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:41:23.451Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:42:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:42:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:42:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:42:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:42:13.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:42:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:42:23.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:42:23.440Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:43:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:43:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:43:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:43:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:43:13.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:43:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:43:23.473Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:43:23.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:44:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:44:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:44:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:44:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:44:13.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:44:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:44:23.422Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:44:23.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:45:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:45:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:45:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:45:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:45:13.883Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:45:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:45:23.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:45:23.449Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:46:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:46:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:46:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:46:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:46:13.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:46:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:46:23.433Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:46:23.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:47:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:47:13.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:47:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:47:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:47:13.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:47:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:47:23.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:47:23.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:48:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:48:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:48:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:48:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:48:13.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:48:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:48:23.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:48:23.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:49:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:49:13.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:49:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:49:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:49:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:49:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:49:23.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:49:23.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:50:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:50:13.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:50:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:50:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:50:13.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:50:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:50:23.472Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:50:23.508Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:13.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:51:13.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:51:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:51:13.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:51:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:14.044Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:14.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469425355,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469435767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469429595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469396375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469425355,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:51:14.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469435767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469429595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:51:14.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469396375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:51:14.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469437856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:51:14.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469438557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:51:14.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469439563,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:51:14.101Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a82188e-b38a-45a2-8801-faabaeb5bead
2022-12-31T06:51:14.101Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a82188e-b38a-45a2-8801-faabaeb5bead and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:51:14.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469442042,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:51:14.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469443045,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:51:14.204Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a82188e-b38a-45a2-8801-faabaeb5bead
2022-12-31T06:51:14.205Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a82188e-b38a-45a2-8801-faabaeb5bead and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:51:14.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469444286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469444286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:51:14.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469447167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:51:14.237Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469449277,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:51:14.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469450286,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:51:14.245Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a82188e-b38a-45a2-8801-faabaeb5bead
2022-12-31T06:51:14.246Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a82188e-b38a-45a2-8801-faabaeb5bead and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:51:14.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469455714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469455355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469438382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.276Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469440567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.276Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469455714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.277Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469438382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T06:51:14.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469455355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469440567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469455714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469455355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469438382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-31T06:51:14.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469440567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469455714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469455355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469438382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469440567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469455714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469455355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469438382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-31T06:51:14.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469440567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469455714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469455355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469438382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469440567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469455714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469455355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:51:14.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469438382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:51:14.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469440567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:51:14.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:51:14.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469472867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:51:14.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469472224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:51:14.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469472860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:51:14.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:51:14.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469473867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:51:14.325Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f961dfe-dc7e-48f3-b954-62712dcc8d04
2022-12-31T06:51:14.326Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f961dfe-dc7e-48f3-b954-62712dcc8d04 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:51:14.516Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:14.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-31T06:51:14.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a82188e-b38a-45a2-8801-faabaeb5bead","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6da1ca0a-7b2f-464e-a672-40dbf3924d34","serviceDescription":"service","serviceInvariantUUID":"7d6d8333-af27-4936-b4e4-e535e6acca42","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1bb92f2e-c71f-4abf-a532-6bdeb723e931","resourceInvariantUUID":"af406964-b023-4383-83a0-d9fe1ed74f7f","resourceCustomizationUUID":"1767aa45-d150-4c30-ad90-717a8cd24d98","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":"ZmJjNzA2MzUwYTNkMjFhOWUwMTk2M2NiNTQ2OGJmYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e83c61bd-9f53-4ccb-b2b5-2af292f45e2f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDVkMzU2MjlmZDc3MmVkYjkyMGQ5MTM4ODU3NGE4N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf66d00a-c7e7-4579-bf6c-011281875116","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-31T06:51:14.524Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:14.524Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:14.528Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:14.529Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:14.635Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-31T06:51:14.636Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:51:14.637Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:14.662Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:14.663Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:51:15.529Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:15.534Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:15.538Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:15.539Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:51:15.638Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:51:15.639Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:51:15.639Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:15.666Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:15.667Z||pool-36-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":2,"count":1}
2022-12-31T06:51:16.540Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "6da1ca0a-7b2f-464e-a672-40dbf3924d34",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7d6d8333-af27-4936-b4e4-e535e6acca42",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "1767aa45-d150-4c30-ad90-717a8cd24d98",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "1bb92f2e-c71f-4abf-a532-6bdeb723e931",
      "resourceInvariantUUID": "af406964-b023-4383-83a0-d9fe1ed74f7f",
      "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": "NDVkMzU2MjlmZDc3MmVkYjkyMGQ5MTM4ODU3NGE4N2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bf66d00a-c7e7-4579-bf6c-011281875116"
    }
  ],
  "workloadContext": "Production"
}
2022-12-31T06:51:16.541Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-31T06:51:16.546Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6da1ca0a-7b2f-464e-a672-40dbf3924d34 ASDC
2022-12-31T06:51:16.548Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7a82188e-b38a-45a2-8801-faabaeb5bead
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:6da1ca0a-7b2f-464e-a672-40dbf3924d34
ServiceInvariantUUID:7d6d8333-af27-4936-b4e4-e535e6acca42
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:bf66d00a-c7e7-4579-bf6c-011281875116
ArtifactChecksum:NDVkMzU2MjlmZDc3MmVkYjkyMGQ5MTM4ODU3NGE4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1767aa45-d150-4c30-ad90-717a8cd24d98
ResourceInvariantUUID:af406964-b023-4383-83a0-d9fe1ed74f7f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1bb92f2e-c71f-4abf-a532-6bdeb723e931
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-31T06:51:16.548Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6da1ca0a-7b2f-464e-a672-40dbf3924d34 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-31T06:51:16.601Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:51:16.603Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:51:16.603Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:51:16.604Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bf66d00a-c7e7-4579-bf6c-011281875116 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-31T06:51:16.604Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-31T06:51:16.605Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-31T06:51:16.744Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-31T06:51:16.788Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bf66d00a-c7e7-4579-bf6c-011281875116 57789
2022-12-31T06:51:16.789Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-31T06:51:16.789Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-31T06:51:16.790Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:51:16.791Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:16.798Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:16.799Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469476789,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:51:16.894Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-31T06:51:16.896Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:51:16.896Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:16.930Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:16.931Z||pool-37-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:51:17.810Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:51:17.816Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:51:17.820Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bf66d00a-c7e7-4579-bf6c-011281875116, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:17.820Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-31T06:51:17.821Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:17.821Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:18.127Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4423668150799214486/Definitions/service-BasicNetwork-template.yml
2022-12-31T06:51:18.908Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-31T06:51:18.909Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-31T06:51:18.909Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:18.909Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-31T06:51:18.909Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:18.910Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:18.910Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:18.910Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:18.910Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:18.910Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:18.910Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:18.911Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-31T06:51:18.911Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-31T06:51:18.911Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:51:18.912Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:18.912Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-31T06:51:18.913Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-31T06:51:18.913Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:51:18.914Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:51:18.914Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:18.915Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-31T06:51:18.916Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-31T06:51:18.916Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:51:18.916Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:51:18.917Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:18.917Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:51:18.917Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:18.918Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:51:18.919Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:18.919Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:51:18.919Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:18.920Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:51:18.920Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:18.921Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:6da1ca0a-7b2f-464e-a672-40dbf3924d34
Model Version:NULL
Model InvariantUuid:7d6d8333-af27-4936-b4e4-e535e6acca42
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:af406964-b023-4383-83a0-d9fe1ed74f7f
Model UUID:a99ddca5-3ee8-4469-a695-a7e8b3b16db0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:1767aa45-d150-4c30-ad90-717a8cd24d98
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-31T06:51:18.962Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 1bb92f2e-c71f-4abf-a532-6bdeb723e931
2022-12-31T06:51:18.963Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||No resources found for Service: 6da1ca0a-7b2f-464e-a672-40dbf3924d34
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:51:18.975Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||
2022-12-31T06:51:18.976Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-12-31T06:51:18.978Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 6da1ca0a-7b2f-464e-a672-40dbf3924d34
2022-12-31T06:51:18.978Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6da1ca0a-7b2f-464e-a672-40dbf3924d34
2022-12-31T06:51:18.978Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-12-31T06:51:18.979Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:51:19.001Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f5c92d, org.onap.sdc.toscaparser.api.parameters.Input@1a1f0c7f, org.onap.sdc.toscaparser.api.parameters.Input@2ad1775b, org.onap.sdc.toscaparser.api.parameters.Input@50058e04, org.onap.sdc.toscaparser.api.parameters.Input@79108988]
2022-12-31T06:51:19.005Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:51:19.006Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:19.006Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:51:19.007Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:19.007Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6da1ca0a-7b2f-464e-a672-40dbf3924d34: Generic NeutronNet
2022-12-31T06:51:19.007Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:51:19.008Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:19.008Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:51:19.008Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-31T06:51:19.090Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:51:19.090Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:19.091Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:51:19.091Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:19.091Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:51:19.092Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:51:19.092Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-31T06:51:19.176Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-12-31T06:51:19.177Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-31T06:51:19.177Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-31T06:51:19.178Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:51:19.178Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:19.181Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:19.181Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469479177,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:51:19.281Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:51:19.283Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:51:19.283Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:19.303Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:19.304Z||pool-38-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:51:20.182Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a82188e-b38a-45a2-8801-faabaeb5bead
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:51:20.216Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a82188e-b38a-45a2-8801-faabaeb5bead
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:51:20.221Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:51:20.221Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-31T06:51:20.221Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-31T06:51:20.222Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-31T06:51:20.222Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:51:20.222Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:51:20.223Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:51:20.223Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:51:20.224Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:51:20.232Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-31T06:51:50.232Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a82188e-b38a-45a2-8801-faabaeb5bead and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-31T06:51:50.242Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a82188e-b38a-45a2-8801-faabaeb5bead and serviceModelVersionId: 6da1ca0a-7b2f-464e-a672-40dbf3924d34
2022-12-31T06:51:50.242Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7d6d8333-af27-4936-b4e4-e535e6acca42
2022-12-31T06:51:50.244Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7d6d8333-af27-4936-b4e4-e535e6acca42/model-vers/model-ver/6da1ca0a-7b2f-464e-a672-40dbf3924d34?depth=0
2022-12-31T06:51:50.251Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-31T06:51:50.336Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d6d8333-af27-4936-b4e4-e535e6acca42/model-vers/model-ver/6da1ca0a-7b2f-464e-a672-40dbf3924d34?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-31T06:51:50.339Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d6d8333-af27-4936-b4e4-e535e6acca42/model-vers/model-ver/6da1ca0a-7b2f-464e-a672-40dbf3924d34?depth=0|INFO|500||Invoke
2022-12-31T06:51:50.370Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d6d8333-af27-4936-b4e4-e535e6acca42/model-vers/model-ver/6da1ca0a-7b2f-464e-a672-40dbf3924d34?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-31T06:51:50.467Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d6d8333-af27-4936-b4e4-e535e6acca42/model-vers/model-ver/6da1ca0a-7b2f-464e-a672-40dbf3924d34?depth=0|INFO|500||InvokeReturn
2022-12-31T06:51:50.467Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d6d8333-af27-4936-b4e4-e535e6acca42/model-vers/model-ver/6da1ca0a-7b2f-464e-a672-40dbf3924d34?depth=0 has http status code:200 and response headers:{date=[Sat, 31 Dec 2022 06:51:49 GMT], content-length=[0], vertex-id=[176264], x-aai-txid=[2-aai-resources-221231-06:51:49:857-77389], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-31T06:51:50.468Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-31T06:51:50.469Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-31T06:51:50.469Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:51:50.475Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-31T06:51:50.476Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a82188e-b38a-45a2-8801-faabaeb5bead and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-31T06:51:50.476Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-31T06:51:50.477Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:50.479Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:50.479Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469510476,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:51:50.579Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:51:50.581Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:51:50.581Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:50.612Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:50.614Z||pool-39-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-31T06:51:51.494Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-31T06:51:51.495Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f961dfe-dc7e-48f3-b954-62712dcc8d04","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2b00503a-edc1-4a28-ab22-de5d5ad98c39","serviceDescription":"service","serviceInvariantUUID":"7bd44774-3c6d-485f-80bb-ac48c33f6e55","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce1857af-d9dd-4adc-85e9-69e07601a91e","resourceInvariantUUID":"6fb12821-ddda-4232-9d1c-54ef15ba7153","resourceCustomizationUUID":"eddf29f8-9169-4adc-a3ec-fcbc7505d01a","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":"NWIxNzQzYWQ3OGY1NzEyYmI2OGRjZWNlOTA2MzI4NDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92641d32-3bfb-4735-9b34-a04dca824e94","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":"MzlkMWUwOTQ2MTdkYTBkOWM2OGFiNmZiM2M2ODVkNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d0b0e546-c0df-441a-957b-5c8ceb25bf27","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":"dfd64039-5d55-4206-8b7e-adebd3f1a9ee","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":"efd0108d-bee1-4cff-8a26-31ab9b34964f","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":"92b0f96a-b12e-469d-b270-fbf4deae9de5","artifactVersion":"2","generatedFromUUID":"dfd64039-5d55-4206-8b7e-adebd3f1a9ee"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWFmOWE5M2NhNzM4ZjI0YjY0ZmEyN2I0NDJlNTA0MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b134adf7-9371-47a6-b87d-091315bd87ed","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTI4ZjMxODUyMzE2NDQ3ZmU5NzQ5MmUyMzI2OGMyYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"052d5596-b4a2-4a16-8ec4-3d9a5d310b55","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-31T06:51:51.495Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:51.495Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:51.498Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:51.498Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:51.598Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:51:51.599Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:51:51.599Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:51.610Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:51.611Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:51:52.498Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:52.499Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:52.502Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:52.502Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T06:51:52.610Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-12-31T06:51:52.611Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:51:52.611Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:52.653Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:52.654Z||pool-41-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:51:53.503Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:53.504Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:53.506Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:53.506Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-31T06:51:53.607Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:51:53.608Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:51:53.608Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:53.640Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:53.641Z||pool-42-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:51:54.507Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:54.508Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:54.511Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:54.513Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:54.611Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-31T06:51:54.612Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:51:54.612Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:54.633Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:54.634Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:51:55.514Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:55.515Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:55.517Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:55.517Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-31T06:51:55.617Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:51:55.630Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:51:55.631Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:55.655Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:55.655Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:51:56.518Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:56.519Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:56.522Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:56.523Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:51:56.623Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:51:56.624Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:51:56.624Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:56.638Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:56.639Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:51:57.523Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:51:57.524Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:57.527Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:57.527Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:51:57.628Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-31T06:51:57.630Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:51:57.630Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:57.650Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:57.651Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:51:58.528Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "2b00503a-edc1-4a28-ab22-de5d5ad98c39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7bd44774-3c6d-485f-80bb-ac48c33f6e55",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "eddf29f8-9169-4adc-a3ec-fcbc7505d01a",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ce1857af-d9dd-4adc-85e9-69e07601a91e",
      "resourceInvariantUUID": "6fb12821-ddda-4232-9d1c-54ef15ba7153",
      "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": "MzlkMWUwOTQ2MTdkYTBkOWM2OGFiNmZiM2M2ODVkNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d0b0e546-c0df-441a-957b-5c8ceb25bf27",
          "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": "dfd64039-5d55-4206-8b7e-adebd3f1a9ee",
          "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": "92b0f96a-b12e-469d-b270-fbf4deae9de5",
            "generatedFromUUID": "dfd64039-5d55-4206-8b7e-adebd3f1a9ee"
          },
          "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": "92b0f96a-b12e-469d-b270-fbf4deae9de5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZTI4ZjMxODUyMzE2NDQ3ZmU5NzQ5MmUyMzI2OGMyYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "052d5596-b4a2-4a16-8ec4-3d9a5d310b55"
    }
  ],
  "workloadContext": "Production"
}
2022-12-31T06:51:58.528Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-31T06:51:58.529Z|7a82188e-b38a-45a2-8801-faabaeb5bead|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b00503a-edc1-4a28-ab22-de5d5ad98c39 ASDC
2022-12-31T06:51:58.529Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2f961dfe-dc7e-48f3-b954-62712dcc8d04
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:2b00503a-edc1-4a28-ab22-de5d5ad98c39
ServiceInvariantUUID:7bd44774-3c6d-485f-80bb-ac48c33f6e55
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:052d5596-b4a2-4a16-8ec4-3d9a5d310b55
ArtifactChecksum:ZTI4ZjMxODUyMzE2NDQ3ZmU5NzQ5MmUyMzI2OGMyYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:eddf29f8-9169-4adc-a3ec-fcbc7505d01a
ResourceInvariantUUID:6fb12821-ddda-4232-9d1c-54ef15ba7153
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ce1857af-d9dd-4adc-85e9-69e07601a91e
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:d0b0e546-c0df-441a-957b-5c8ceb25bf27
ArtifactChecksum:MzlkMWUwOTQ2MTdkYTBkOWM2OGFiNmZiM2M2ODVkNWM=
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:dfd64039-5d55-4206-8b7e-adebd3f1a9ee
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:92b0f96a-b12e-469d-b270-fbf4deae9de5
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:92b0f96a-b12e-469d-b270-fbf4deae9de5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-31T06:51:58.529Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b00503a-edc1-4a28-ab22-de5d5ad98c39 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-31T06:51:58.574Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:51:58.575Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:51:58.575Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:51:58.575Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 052d5596-b4a2-4a16-8ec4-3d9a5d310b55 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-31T06:51:58.575Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-31T06:51:58.576Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-31T06:51:58.643Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-31T06:51:58.655Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 052d5596-b4a2-4a16-8ec4-3d9a5d310b55 75195
2022-12-31T06:51:58.656Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-31T06:51:58.656Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-31T06:51:58.657Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:51:58.657Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:51:58.660Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:51:58.660Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469518656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:51:58.760Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:51:58.761Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:51:58.761Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:51:58.785Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:51:58.786Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:51:59.661Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:51:59.663Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:51:59.663Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 052d5596-b4a2-4a16-8ec4-3d9a5d310b55, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:51:59.663Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-31T06:51:59.664Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:51:59.664Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:51:59.825Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8874423409211390382/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-31T06:52:01.532Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-31T06:52:01.533Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-31T06:52:01.533Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:52:01.533Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-31T06:52:01.533Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:52:01.533Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:52:01.533Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:52:01.534Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:52:01.534Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:52:01.534Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:52:01.534Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-31T06:52:01.534Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-31T06:52:01.535Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:01.535Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:01.535Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-31T06:52:01.535Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-31T06:52:01.536Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:52:01.536Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:01.536Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:01.536Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-31T06:52:01.537Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-31T06:52:01.537Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:52:01.537Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:01.537Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:01.538Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:01.538Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-31T06:52:01.538Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-31T06:52:01.538Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-31T06:52:01.539Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-31T06:52:01.539Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-31T06:52:01.539Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-31T06:52:01.539Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:01.540Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T06:52:01.540Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:01.540Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-31T06:52:01.540Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:52:01.541Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:01.541Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-31T06:52:01.541Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:52:01.541Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:01.542Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-31T06:52:01.542Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:52:01.542Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:01.542Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-31T06:52:01.543Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-31T06:52:01.543Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-31T06:52:01.543Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab795a09-947b-4c9e-9a1d-b89d72f17114
2022-12-31T06:52:01.543Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:01.543Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:01.544Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:01.544Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:01.544Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:01.544Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:01.544Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:01.545Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:01.545Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:2b00503a-edc1-4a28-ab22-de5d5ad98c39
Model Version:NULL
Model InvariantUuid:7bd44774-3c6d-485f-80bb-ac48c33f6e55
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b1f077aa-3877-4576-aeed-13803aae8512
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6fb12821-ddda-4232-9d1c-54ef15ba7153
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eddf29f8-9169-4adc-a3ec-fcbc7505d01a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:af3c7750-e3a1-4d90-9349-ed045d3da72a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f8e5b73a-eeb3-4940-9a2f-d1ed08c31c95
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ab795a09-947b-4c9e-9a1d-b89d72f17114
ModelInvariantUuid:ca30febb-9354-4ff8-abc8-762e38709da3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c1753ead-8207-47e7-ac54-665a4b26ab99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9e5c81ed-05bd-46d8-86a9-966c2d38ced7
ModelInvariantUuid:e60e344a-24fd-4ebf-8956-ccc975c2fb8a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:5b9cae90-6d70-49a0-a021-87e3cfa44b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-31T06:52:01.552Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ce1857af-d9dd-4adc-85e9-69e07601a91e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:52:01.556Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-12-31T06:52:01.557Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce1857af-d9dd-4adc-85e9-69e07601a91e
2022-12-31T06:52:01.557Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d0b0e546-c0df-441a-957b-5c8ceb25bf27 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-31T06:52:01.557Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-31T06:52:01.557Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-31T06:52:01.608Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-31T06:52:01.609Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d0b0e546-c0df-441a-957b-5c8ceb25bf27 787
2022-12-31T06:52:01.609Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-31T06:52:01.610Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-31T06:52:01.610Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:52:01.610Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:52:01.616Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:52:01.617Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469521609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:52:01.715Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-31T06:52:01.716Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:52:01.716Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:52:01.732Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:52:01.733Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:52:02.618Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "af3c7750-e3a1-4d90-9349-ed045d3da72a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f8e5b73a-eeb3-4940-9a2f-d1ed08c31c95",
    "vfModuleModelCustomizationUUID": "de392cb3-0def-439b-bced-c430a195ea83",
    "isBase": true,
    "artifacts": [
      "dfd64039-5d55-4206-8b7e-adebd3f1a9ee",
      "92b0f96a-b12e-469d-b270-fbf4deae9de5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-31T06:52:02.624Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f8e5b73a-eeb3-4940-9a2f-d1ed08c31c95
VfModuleModelInvariantUUID:af3c7750-e3a1-4d90-9349-ed045d3da72a
VfModuleModelDescription:NULL
Artifacts UUID List:{
dfd64039-5d55-4206-8b7e-adebd3f1a9ee
,
92b0f96a-b12e-469d-b270-fbf4deae9de5

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

isBase:true


}

2022-12-31T06:52:02.627Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "af3c7750-e3a1-4d90-9349-ed045d3da72a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f8e5b73a-eeb3-4940-9a2f-d1ed08c31c95",
    "vfModuleModelCustomizationUUID": "de392cb3-0def-439b-bced-c430a195ea83",
    "isBase": true,
    "artifacts": [
      "dfd64039-5d55-4206-8b7e-adebd3f1a9ee",
      "92b0f96a-b12e-469d-b270-fbf4deae9de5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-31T06:52:02.627Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f8e5b73a-eeb3-4940-9a2f-d1ed08c31c95
VfModuleModelInvariantUUID:af3c7750-e3a1-4d90-9349-ed045d3da72a
VfModuleModelDescription:NULL
Artifacts UUID List:{
dfd64039-5d55-4206-8b7e-adebd3f1a9ee
,
92b0f96a-b12e-469d-b270-fbf4deae9de5

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

isBase:true


}

2022-12-31T06:52:02.627Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dfd64039-5d55-4206-8b7e-adebd3f1a9ee from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-31T06:52:02.627Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-31T06:52:02.628Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-31T06:52:02.711Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-31T06:52:02.712Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml dfd64039-5d55-4206-8b7e-adebd3f1a9ee 5033
2022-12-31T06:52:02.712Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-31T06:52:02.712Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-31T06:52:02.712Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:52:02.713Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:52:02.717Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:52:02.717Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469522712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:52:02.817Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:52:02.818Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:52:02.818Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:52:02.834Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:52:02.835Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:52:03.718Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 92b0f96a-b12e-469d-b270-fbf4deae9de5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-31T06:52:03.719Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-31T06:52:03.720Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-31T06:52:03.785Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-31T06:52:03.786Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 92b0f96a-b12e-469d-b270-fbf4deae9de5 903
2022-12-31T06:52:03.787Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-31T06:52:03.787Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-31T06:52:03.787Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:52:03.788Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:52:03.790Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:52:03.790Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469523786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:52:03.890Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:52:03.891Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:52:03.891Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:52:03.903Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:52:03.903Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:52:04.791Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2b00503a-edc1-4a28-ab22-de5d5ad98c39
2022-12-31T06:52:04.791Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ce1857af-d9dd-4adc-85e9-69e07601a91e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:52:04.806Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@547ef5de, org.onap.sdc.toscaparser.api.parameters.Input@6ebdbe55, org.onap.sdc.toscaparser.api.parameters.Input@4cb5bd47, org.onap.sdc.toscaparser.api.parameters.Input@6ac35f1c, org.onap.sdc.toscaparser.api.parameters.Input@49b0879f]
2022-12-31T06:52:04.808Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:04.808Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:04.809Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-12-31T06:52:04.809Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= eddf29f8-9169-4adc-a3ec-fcbc7505d01a
2022-12-31T06:52:04.809Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eddf29f8-9169-4adc-a3ec-fcbc7505d01a matches Tosca VF Customization UUID: eddf29f8-9169-4adc-a3ec-fcbc7505d01a
2022-12-31T06:52:04.809Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: eddf29f8-9169-4adc-a3ec-fcbc7505d01a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-31T06:52:04.815Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:04.815Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:04.816Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id eddf29f8-9169-4adc-a3ec-fcbc7505d01a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-31T06:52:04.816Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b0985bc
2022-12-31T06:52:04.817Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:04.817Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T06:52:04.817Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : de392cb3-0def-439b-bced-c430a195ea83
2022-12-31T06:52:04.817Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID de392cb3-0def-439b-bced-c430a195ea83
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-31T06:52:04.821Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:04.821Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-31T06:52:04.822Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:52:04.822Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:04.822Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-31T06:52:04.822Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:52:04.823Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:04.823Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-31T06:52:04.823Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-31T06:52:04.824Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-31T06:52:04.824Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab795a09-947b-4c9e-9a1d-b89d72f17114
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-31T06:52:04.833Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:04.833Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-31T06:52:04.833Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:52:04.834Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:04.834Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-31T06:52:04.834Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=eddf29f8-9169-4adc-a3ec-fcbc7505d01a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:52:04.836Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:04.836Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:04.836Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2b00503a-edc1-4a28-ab22-de5d5ad98c39: basic_vm
2022-12-31T06:52:04.837Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:04.837Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:04.837Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:04.838Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:04.838Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:04.838Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:04.839Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:04.839Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:04.840Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:52:04.840Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:52:04.840Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:52:04.943Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ce1857af-d9dd-4adc-85e9-69e07601a91e 1 ASDC deployResourceStructure
2022-12-31T06:52:04.943Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-31T06:52:04.944Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-31T06:52:04.944Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:52:04.944Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:52:04.947Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:52:04.948Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469524943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T06:52:05.048Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:52:05.049Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:52:05.049Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:52:05.061Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:52:05.064Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:52:05.949Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-31T06:52:05.949Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-31T06:52:05.949Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:52:05.950Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:52:05.952Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:52:05.952Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469525948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-31T06:52:06.052Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:52:06.053Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:52:06.054Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:52:06.067Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:52:06.068Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:52:06.953Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-31T06:52:06.953Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-31T06:52:06.954Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:52:06.954Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:52:06.956Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:52:06.956Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469526953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-31T06:52:07.057Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-31T06:52:07.059Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:52:07.059Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:52:07.071Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:52:07.072Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:52:07.957Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-31T06:52:07.958Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-31T06:52:07.958Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:52:07.958Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:52:07.961Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:52:07.961Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469527957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:52:08.062Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-31T06:52:08.063Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:52:08.063Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:52:08.076Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:52:08.076Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:52:08.964Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f961dfe-dc7e-48f3-b954-62712dcc8d04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:52:08.983Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f961dfe-dc7e-48f3-b954-62712dcc8d04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:52:08.993Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:52:08.997Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:52:08.997Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:52:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:52:13.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:52:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:52:13.922Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:52:13.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-31T06:52:13.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469473946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:52:13.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:52:38.998Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f961dfe-dc7e-48f3-b954-62712dcc8d04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:52:39.011Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f961dfe-dc7e-48f3-b954-62712dcc8d04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:52:39.021Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:52:39.021Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:52:39.021Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:53:09.022Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f961dfe-dc7e-48f3-b954-62712dcc8d04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:53:09.037Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f961dfe-dc7e-48f3-b954-62712dcc8d04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:53:09.041Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:53:09.042Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T06:53:09.042Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T06:53:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:53:13.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:53:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:53:13.918Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:53:13.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469474287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469475015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:13.944Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:13.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:53:13.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469474287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469476041,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:53:13.966Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f961dfe-dc7e-48f3-b954-62712dcc8d04
2022-12-31T06:53:13.966Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f961dfe-dc7e-48f3-b954-62712dcc8d04 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:53:13.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469474287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469476789,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:13.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:13.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469477045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T06:53:13.980Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:13.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469474287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469475714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469478050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469474870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469474287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469479177,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:53:13.983Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:13.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469475714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469478050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469474870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469474287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469479599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:53:13.985Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:13.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469475714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469478050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469474870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:13.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469474287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:53:13.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:13.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:13.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469480603,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:53:13.993Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f961dfe-dc7e-48f3-b954-62712dcc8d04
2022-12-31T06:53:13.993Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f961dfe-dc7e-48f3-b954-62712dcc8d04 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:53:14.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469475714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469478050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469474870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469482158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469475714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469474870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469478050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469475714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469474870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469478050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469475714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469478050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469474870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469485373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:53:14.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469475714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469478050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469474870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469485355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469486379,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:53:14.019Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f961dfe-dc7e-48f3-b954-62712dcc8d04
2022-12-31T06:53:14.019Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f961dfe-dc7e-48f3-b954-62712dcc8d04 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:53:14.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469486794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.032Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469486870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.032Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469485355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469487877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:53:14.048Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 478b2fd2-868d-47af-ba01-ff316b74a840
2022-12-31T06:53:14.049Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 478b2fd2-868d-47af-ba01-ff316b74a840 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:53:14.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469485355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469488002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-31T06:53:14.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469485355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469489006,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:53:14.068Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 478b2fd2-868d-47af-ba01-ff316b74a840
2022-12-31T06:53:14.068Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 478b2fd2-868d-47af-ba01-ff316b74a840 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:53:14.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469485355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469485355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469485355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469485355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469493435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469498713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:53:14.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469499716,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:53:14.089Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 478b2fd2-868d-47af-ba01-ff316b74a840
2022-12-31T06:53:14.090Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 478b2fd2-868d-47af-ba01-ff316b74a840 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:53:14.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469504287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469504287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469495713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469486660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469504287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469488893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469495713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469486660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469488893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469504287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469495713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469486660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469488893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469504287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469495713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469488893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469486660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469504287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a82188e-b38a-45a2-8801-faabaeb5bead",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469510476,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:53:14.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469495713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469488893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469486660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469504287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469495713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469488893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469486660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469504287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469495713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469488893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469486660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469513162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469495713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469486660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469488893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672469495713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469488893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469486660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469515522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:53:14.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469515979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469515963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469515355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469516526,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:53:14.138Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 478b2fd2-868d-47af-ba01-ff316b74a840
2022-12-31T06:53:14.139Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 478b2fd2-868d-47af-ba01-ff316b74a840 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:53:14.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672469516969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:53:14.163Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 206a3fc3-4ea1-4ea0-9c60-89f9a5c12956
2022-12-31T06:53:14.163Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 206a3fc3-4ea1-4ea0-9c60-89f9a5c12956 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:53:14.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469515355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469517096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469473872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469515355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469518151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469518656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469515355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469519212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469515355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469520265,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:53:14.186Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 206a3fc3-4ea1-4ea0-9c60-89f9a5c12956
2022-12-31T06:53:14.189Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 206a3fc3-4ea1-4ea0-9c60-89f9a5c12956 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:53:14.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469515355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672469521272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T06:53:14.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469521609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469515355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469522712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469515355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:53:14.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469523786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469515355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:53:14.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:53:14.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469524943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T06:53:14.204Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469524461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:53:14.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469525948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-31T06:53:14.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469526953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-31T06:53:14.206Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469527957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:53:14.206Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469531573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:53:14.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:53:14.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:53:14.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "aai-model-loader",
  "timestamp": 1672469532576,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:53:14.213Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 206a3fc3-4ea1-4ea0-9c60-89f9a5c12956
2022-12-31T06:53:14.213Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 206a3fc3-4ea1-4ea0-9c60-89f9a5c12956 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:53:39.044Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f961dfe-dc7e-48f3-b954-62712dcc8d04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:53:39.059Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f961dfe-dc7e-48f3-b954-62712dcc8d04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:53:39.063Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:53:39.063Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-31T06:53:39.063Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-31T06:53:39.063Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-31T06:53:39.063Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:53:39.064Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:53:39.064Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:53:39.064Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:53:39.064Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:53:39.064Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:53:39.071Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-31T06:54:09.072Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f961dfe-dc7e-48f3-b954-62712dcc8d04 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-31T06:54:09.079Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f961dfe-dc7e-48f3-b954-62712dcc8d04 and serviceModelVersionId: 2b00503a-edc1-4a28-ab22-de5d5ad98c39
2022-12-31T06:54:09.080Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7bd44774-3c6d-485f-80bb-ac48c33f6e55
2022-12-31T06:54:09.082Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7bd44774-3c6d-485f-80bb-ac48c33f6e55/model-vers/model-ver/2b00503a-edc1-4a28-ab22-de5d5ad98c39?depth=0
2022-12-31T06:54:09.087Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-31T06:54:09.162Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd44774-3c6d-485f-80bb-ac48c33f6e55/model-vers/model-ver/2b00503a-edc1-4a28-ab22-de5d5ad98c39?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-31T06:54:09.163Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd44774-3c6d-485f-80bb-ac48c33f6e55/model-vers/model-ver/2b00503a-edc1-4a28-ab22-de5d5ad98c39?depth=0|INFO|500||Invoke
2022-12-31T06:54:09.187Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd44774-3c6d-485f-80bb-ac48c33f6e55/model-vers/model-ver/2b00503a-edc1-4a28-ab22-de5d5ad98c39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-31T06:54:09.295Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd44774-3c6d-485f-80bb-ac48c33f6e55/model-vers/model-ver/2b00503a-edc1-4a28-ab22-de5d5ad98c39?depth=0|INFO|500||InvokeReturn
2022-12-31T06:54:09.296Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bd44774-3c6d-485f-80bb-ac48c33f6e55/model-vers/model-ver/2b00503a-edc1-4a28-ab22-de5d5ad98c39?depth=0 has http status code:200 and response headers:{date=[Sat, 31 Dec 2022 06:54:08 GMT], content-length=[0], vertex-id=[667792], x-aai-txid=[1-aai-resources-221231-06:54:08:670-57968], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-31T06:54:09.296Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-31T06:54:09.297Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-31T06:54:09.297Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:54:09.302Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-31T06:54:09.302Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f961dfe-dc7e-48f3-b954-62712dcc8d04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-31T06:54:09.302Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-31T06:54:09.303Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:54:09.306Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:54:09.307Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469649302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:54:09.407Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:54:09.408Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:54:09.409Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:09.426Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:09.427Z||pool-55-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-12-31T06:54:10.320Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:54:10.321Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:54:10.321Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:54:13.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:54:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:13.912Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:13.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:54:13.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469534286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:13.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:54:13.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:54:13.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469534286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:13.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:54:13.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:54:13.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469534286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:13.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:54:13.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:54:13.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469534286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:13.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:54:13.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:54:13.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469534286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:13.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:54:13.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:54:13.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469534286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:13.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:54:13.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:54:13.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469534286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:13.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:54:13.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:54:13.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469534286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:13.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:54:13.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:54:13.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469534286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:54:13.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:54:13.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:54:13.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469544122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:54:13.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:54:13.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:54:13.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469547034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:54:13.920Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:54:13.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:54:13.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672469548039,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:54:13.941Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 206a3fc3-4ea1-4ea0-9c60-89f9a5c12956
2022-12-31T06:54:13.941Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 206a3fc3-4ea1-4ea0-9c60-89f9a5c12956 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:54:16.171Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:16.172Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-31T06:54:16.172Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"478b2fd2-868d-47af-ba01-ff316b74a840","serviceName":"Demo_pNF_wB4tcKIuMhIhXarYoukY","serviceVersion":"1.0","serviceUUID":"8eb19f49-507e-4695-ac37-7ae944105a9f","serviceDescription":"catalog service description","serviceInvariantUUID":"d0670a3f-a945-47b2-8a38-baf184119dda","resources":[{"resourceInstanceName":"pNF 8de710fa-558a 0","resourceName":"pNF 8de710fa-558a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d6d4f84b-3489-4f0a-81c9-84a181871d02","resourceInvariantUUID":"6e2e7f02-c0fc-4130-8bf8-c4cb1955079a","resourceCustomizationUUID":"fb238e3d-fa94-46fc-a12d-18eff5d24f51","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vf-license-model.xml","artifactChecksum":"MzBmZmE3OWMzZjZjNDAxOTkwNDQ2NWMwYmFlOWIwOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"693547af-2eeb-47da-a0f0-277edc56d2da","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/pNF.csar","artifactChecksum":"ODg0ZGU0NTMyNmNmMjA2N2IzMWE1ZTU3ODg4MWQyMTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"20aa679e-9d31-4e31-a93e-2f71db6a0bcc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a110ecfb-59a0-4041-b1d9-e29179a979d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vendor-license-model.xml","artifactChecksum":"ODlhNmE2NDI2OTI1ZjUzNTNlNTZjZDNhZGUwNTE2ODA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f41df126-bbad-41cf-bc02-78341a2fe891","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2453b7a4-6e22-4cfe-bd65-e25aedf27e05","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ddeaa9b0-c5f2-4d01-bccf-4996ae5171a7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWb4tckiumhihxaryouky-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-template.yml","artifactChecksum":"MzU3NmFmMzk1MDIyNjE4YTU1ZjdjNjIyOWVlNzgxZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd6c8c8c-91e6-4fd6-83d6-788093d42c75","artifactVersion":"1"},{"artifactName":"service-DemoPnfWb4tckiumhihxaryouky-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar","artifactChecksum":"NGY5NmFmNjUzZWY0MjFhOGViNDgxYzFhZDM2ZGFkNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"658aa526-8f0a-482e-9dc0-e57ca5d8a979","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-31T06:54:16.175Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:54:16.175Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:54:16.178Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:54:16.178Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:16.278Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:54:16.279Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:54:16.279Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:16.304Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:16.305Z||pool-56-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:54:17.179Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:54:17.180Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:54:17.182Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:54:17.182Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:17.282Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:54:17.283Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:54:17.283Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:17.295Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:17.296Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:54:18.183Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:54:18.183Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:54:18.187Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:54:18.187Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:18.287Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:54:18.288Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:54:18.289Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:18.320Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:18.321Z||pool-58-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:54:19.187Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:54:19.189Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:54:19.192Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:54:19.192Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:19.292Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:54:19.294Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:54:19.294Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:19.307Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:19.308Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:54:20.192Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:54:20.193Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:54:20.196Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:54:20.196Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:20.296Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:54:20.298Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:54:20.298Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:20.314Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:20.314Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:54:21.197Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:54:21.198Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:54:21.201Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:54:21.201Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:21.301Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:54:21.302Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:54:21.302Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:21.367Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:21.368Z||pool-61-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:54:22.202Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:54:22.203Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:54:22.205Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:54:22.205Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:22.305Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:54:22.306Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:54:22.306Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:22.323Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:22.324Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:54:23.206Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:54:23.207Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:54:23.212Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:54:23.212Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:54:23.312Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:54:23.313Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:54:23.313Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:23.333Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:23.335Z||pool-63-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:54:24.214Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "serviceName": "Demo_pNF_wB4tcKIuMhIhXarYoukY",
  "serviceVersion": "1.0",
  "serviceUUID": "8eb19f49-507e-4695-ac37-7ae944105a9f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d0670a3f-a945-47b2-8a38-baf184119dda",
  "resources": [
    {
      "resourceInstanceName": "pNF 8de710fa-558a 0",
      "resourceCustomizationUUID": "fb238e3d-fa94-46fc-a12d-18eff5d24f51",
      "resourceName": "pNF 8de710fa-558a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d6d4f84b-3489-4f0a-81c9-84a181871d02",
      "resourceInvariantUUID": "6e2e7f02-c0fc-4130-8bf8-c4cb1955079a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
      "artifactChecksum": "NGY5NmFmNjUzZWY0MjFhOGViNDgxYzFhZDM2ZGFkNDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "658aa526-8f0a-482e-9dc0-e57ca5d8a979"
    }
  ],
  "workloadContext": "Production"
}
2022-12-31T06:54:24.214Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-31T06:54:24.215Z|2f961dfe-dc7e-48f3-b954-62712dcc8d04|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8eb19f49-507e-4695-ac37-7ae944105a9f ASDC
2022-12-31T06:54:24.217Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:478b2fd2-868d-47af-ba01-ff316b74a840
ServiceName:Demo_pNF_wB4tcKIuMhIhXarYoukY
ServiceVersion:1.0
ServiceUUID:8eb19f49-507e-4695-ac37-7ae944105a9f
ServiceInvariantUUID:d0670a3f-a945-47b2-8a38-baf184119dda
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWb4tckiumhihxaryouky-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
ArtifactUUID:658aa526-8f0a-482e-9dc0-e57ca5d8a979
ArtifactChecksum:NGY5NmFmNjUzZWY0MjFhOGViNDgxYzFhZDM2ZGFkNDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8de710fa-558a 0
ResourceCustomizationUUID:fb238e3d-fa94-46fc-a12d-18eff5d24f51
ResourceInvariantUUID:6e2e7f02-c0fc-4130-8bf8-c4cb1955079a
ResourceName:pNF 8de710fa-558a
ResourceType:PNF
ResourceUUID:d6d4f84b-3489-4f0a-81c9-84a181871d02
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-31T06:54:24.220Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8eb19f49-507e-4695-ac37-7ae944105a9f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-31T06:54:24.273Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:54:24.274Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:54:24.274Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:54:24.275Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 658aa526-8f0a-482e-9dc0-e57ca5d8a979 from URL: /sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:24.275Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-31T06:54:24.275Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:24.491Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-31T06:54:24.495Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar 658aa526-8f0a-482e-9dc0-e57ca5d8a979 88013
2022-12-31T06:54:24.496Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar ASDC sendASDCNotification
2022-12-31T06:54:24.496Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:24.496Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:54:24.496Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:54:24.523Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:54:24.523Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469664496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:54:24.600Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2022-12-31T06:54:24.602Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:54:24.602Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:24.623Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:24.623Z||pool-64-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:54:25.524Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:54:25.525Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:54:25.525Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 658aa526-8f0a-482e-9dc0-e57ca5d8a979, URL: /sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar to file: /app/ASDC/1/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:25.525Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:25.527Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:25.527Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:25.733Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2238724958837950679/Definitions/service-DemoPnfWb4tckiumhihxaryouky-template.yml
2022-12-31T06:54:27.079Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-31T06:54:27.080Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-31T06:54:27.080Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:27.080Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-31T06:54:27.080Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:27.080Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:27.080Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:27.080Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8de710fa-558a 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-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:27.080Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:27.081Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:27.081Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:27.081Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-31T06:54:27.081Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:54:27.085Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wB4tcKIuMhIhXarYoukY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:54:27.087Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Node template pNF 8de710fa-558a 0 is matching search criteria
2022-12-31T06:54:27.088Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-31T06:54:27.088Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8de710fa-558a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:54:27.089Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:54:27.089Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wB4tcKIuMhIhXarYoukY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:54:27.089Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Node template pNF 8de710fa-558a 0 is matching search criteria
2022-12-31T06:54:27.089Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-31T06:54:27.090Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8de710fa-558a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:54:27.090Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:54:27.091Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wB4tcKIuMhIhXarYoukY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:54:27.091Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:54:27.091Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wB4tcKIuMhIhXarYoukY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:54:27.092Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:54:27.093Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wB4tcKIuMhIhXarYoukY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:54:27.093Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:54:27.093Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wB4tcKIuMhIhXarYoukY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:54:27.094Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:54:27.094Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wB4tcKIuMhIhXarYoukY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:54:27.094Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_wB4tcKIuMhIhXarYoukY
Description:catalog service description
Model UUID:8eb19f49-507e-4695-ac37-7ae944105a9f
Model Version:NULL
Model InvariantUuid:d0670a3f-a945-47b2-8a38-baf184119dda
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-31T06:54:27.105Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: d6d4f84b-3489-4f0a-81c9-84a181871d02
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:54:27.110Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||pNF 8de710fa-558a 0
2022-12-31T06:54:27.110Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d6d4f84b-3489-4f0a-81c9-84a181871d02
2022-12-31T06:54:27.111Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 8eb19f49-507e-4695-ac37-7ae944105a9f
2022-12-31T06:54:27.111Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8eb19f49-507e-4695-ac37-7ae944105a9f
2022-12-31T06:54:27.111Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8de710fa-558a 0 d6d4f84b-3489-4f0a-81c9-84a181871d02 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:54:27.121Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6102eb26, org.onap.sdc.toscaparser.api.parameters.Input@3e4e4ee, org.onap.sdc.toscaparser.api.parameters.Input@266ac345, org.onap.sdc.toscaparser.api.parameters.Input@6b18a55f, org.onap.sdc.toscaparser.api.parameters.Input@1db528c1]
2022-12-31T06:54:27.121Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:54:27.122Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wB4tcKIuMhIhXarYoukY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:54:27.122Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8eb19f49-507e-4695-ac37-7ae944105a9f: pNF 8de710fa-558a
2022-12-31T06:54:27.122Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||Processing PNF resource: d6d4f84b-3489-4f0a-81c9-84a181871d02
2022-12-31T06:54:27.122Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:54:27.123Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wB4tcKIuMhIhXarYoukY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:54:27.123Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||Resource customization UUID: fb238e3d-fa94-46fc-a12d-18eff5d24f51 is the same as notified resource customizationUUID: fb238e3d-fa94-46fc-a12d-18eff5d24f51
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-31T06:54:27.197Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8de710fa-558a d6d4f84b-3489-4f0a-81c9-84a181871d02 0 ASDC deployResourceStructure
2022-12-31T06:54:27.198Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar ASDC sendASDCNotification
2022-12-31T06:54:27.198Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar
2022-12-31T06:54:27.198Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:54:27.198Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:54:27.201Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:54:27.202Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469667198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:54:27.302Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:54:27.303Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:54:27.303Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:27.370Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:27.371Z||pool-65-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:54:28.202Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 478b2fd2-868d-47af-ba01-ff316b74a840
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:54:28.234Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 478b2fd2-868d-47af-ba01-ff316b74a840
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:54:28.250Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:54:28.250Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-31T06:54:28.250Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-31T06:54:28.250Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-31T06:54:28.250Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:54:28.250Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:54:28.251Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:54:28.251Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:54:28.251Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:54:28.251Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:54:28.281Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-31T06:54:58.282Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 478b2fd2-868d-47af-ba01-ff316b74a840 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-31T06:54:58.294Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 478b2fd2-868d-47af-ba01-ff316b74a840 and serviceModelVersionId: 8eb19f49-507e-4695-ac37-7ae944105a9f
2022-12-31T06:54:58.295Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0670a3f-a945-47b2-8a38-baf184119dda
2022-12-31T06:54:58.296Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0670a3f-a945-47b2-8a38-baf184119dda/model-vers/model-ver/8eb19f49-507e-4695-ac37-7ae944105a9f?depth=0
2022-12-31T06:54:58.306Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-31T06:54:58.400Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0670a3f-a945-47b2-8a38-baf184119dda/model-vers/model-ver/8eb19f49-507e-4695-ac37-7ae944105a9f?depth=0|INFO|500||Invoke
2022-12-31T06:54:58.400Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0670a3f-a945-47b2-8a38-baf184119dda/model-vers/model-ver/8eb19f49-507e-4695-ac37-7ae944105a9f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0670a3f-a945-47b2-8a38-baf184119dda/model-vers/model-ver/8eb19f49-507e-4695-ac37-7ae944105a9f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[478b2fd2-868d-47af-ba01-ff316b74a840], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b56e7647-4f9d-42e6-8c4d-8967197ae07d], X-ECOMP-RequestID=[478b2fd2-868d-47af-ba01-ff316b74a840], X-TransactionId=[], X-ONAP-RequestID=[478b2fd2-868d-47af-ba01-ff316b74a840], Content-Type=[application/merge-patch+json]}
2022-12-31T06:54:58.461Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0670a3f-a945-47b2-8a38-baf184119dda/model-vers/model-ver/8eb19f49-507e-4695-ac37-7ae944105a9f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-31T06:54:58.583Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0670a3f-a945-47b2-8a38-baf184119dda/model-vers/model-ver/8eb19f49-507e-4695-ac37-7ae944105a9f?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/d0670a3f-a945-47b2-8a38-baf184119dda/model-vers/model-ver/8eb19f49-507e-4695-ac37-7ae944105a9f?depth=0 has http status code:200 and response headers:{date=[Sat, 31 Dec 2022 06:54:57 GMT], content-length=[0], vertex-id=[372936], x-aai-txid=[0-aai-resources-221231-06:54:57:946-20162], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-31T06:54:58.583Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0670a3f-a945-47b2-8a38-baf184119dda/model-vers/model-ver/8eb19f49-507e-4695-ac37-7ae944105a9f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-31T06:54:58.584Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0670a3f-a945-47b2-8a38-baf184119dda/model-vers/model-ver/8eb19f49-507e-4695-ac37-7ae944105a9f?depth=0|INFO|500||InvokeReturn
2022-12-31T06:54:58.584Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-31T06:54:58.584Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:54:58.611Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-31T06:54:58.613Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 478b2fd2-868d-47af-ba01-ff316b74a840 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-31T06:54:58.613Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-31T06:54:58.613Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:54:58.621Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:54:58.621Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469698613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:54:58.719Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-31T06:54:58.721Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:54:58.721Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:58.743Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:58.744Z||pool-66-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-31T06:54:59.641Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-31T06:54:59.642Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"206a3fc3-4ea1-4ea0-9c60-89f9a5c12956","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"05789616-7b95-4131-9381-68ccafef329d","serviceDescription":"service","serviceInvariantUUID":"4895bb06-d165-4f6b-8bee-2b4695ad8028","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9802a9f8-5912-4b7c-9c42-2b26137db962","resourceInvariantUUID":"40a6686b-c038-4bb0-9f89-266f5b25871e","resourceCustomizationUUID":"972e2dca-e9ee-49f0-ad84-8890033da057","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":"ZjAxOTdjODUwOWQ1YzRiMjRiYjdmM2U0NDg5MmQzY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1a51e15-618a-427b-bf9c-64f0ebb921c8","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":"81b097a1-4032-4dd5-9d34-127764f7c577","artifactVersion":"2","generatedFromUUID":"7d3149ec-eb40-4aa9-bf5f-86013f60ffc4"},{"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":"7d3149ec-eb40-4aa9-bf5f-86013f60ffc4","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":"ZDc2YTAyMDQzYzcwZWIxMmIxYTg0N2UyZDNhZjVmM2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ce0dda0b-3970-4aa1-9b8e-ae8a84485c58","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":"4ec12a5d-7007-46ef-badb-bc357e209b43","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":"ed110ad4-3f8d-4045-8c1a-3cb0934c98dd","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":"68108d17-fedf-4223-a1f0-006f47cb9279","artifactVersion":"2","generatedFromUUID":"4ec12a5d-7007-46ef-badb-bc357e209b43"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmZiYWEzZTA5YjU3OWM5MzUyNWU2ZjA3N2E2MjdhNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecf774a6-55cc-49de-8e6d-09ebbe444b0c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODlkOTJmMTMzMGRiZGQ2NDRjOGRlNDQ1MmRhYTZiZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71dff9c9-2684-48a0-bc1a-f295d4a3041f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-31T06:54:59.642Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:54:59.643Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:54:59.645Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:54:59.646Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:54:59.746Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:54:59.747Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:54:59.747Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:54:59.760Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:54:59.760Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:55:00.646Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:55:00.648Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:00.651Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:00.651Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-31T06:55:00.752Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:55:00.753Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:00.753Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:00.770Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:00.771Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:01.656Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:55:01.659Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:01.662Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:01.662Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-31T06:55:01.762Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:55:01.763Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:01.763Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:01.788Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:01.789Z||pool-69-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:55:02.663Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:55:02.664Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:02.668Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:02.668Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T06:55:02.770Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-31T06:55:02.771Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:02.771Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:02.801Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:02.802Z||pool-70-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:55:03.669Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:55:03.669Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:03.672Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:03.672Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-31T06:55:03.772Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:55:03.773Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:03.773Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:03.785Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:03.786Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:04.673Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:55:04.674Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:04.676Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:04.676Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:55:04.776Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:55:04.777Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:04.777Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:04.794Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:04.795Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:05.676Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:55:05.677Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:05.680Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:05.680Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-31T06:55:05.781Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:55:05.782Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:05.782Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:05.795Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:05.796Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:06.681Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:55:06.682Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:06.686Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:06.686Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:55:06.786Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:55:06.788Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:06.788Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:06.819Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:06.820Z||pool-74-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:07.691Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T06:55:07.692Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:07.694Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:07.695Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:55:07.795Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:55:07.797Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:07.797Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:07.812Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:07.813Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:55:08.697Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "05789616-7b95-4131-9381-68ccafef329d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4895bb06-d165-4f6b-8bee-2b4695ad8028",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "972e2dca-e9ee-49f0-ad84-8890033da057",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9802a9f8-5912-4b7c-9c42-2b26137db962",
      "resourceInvariantUUID": "40a6686b-c038-4bb0-9f89-266f5b25871e",
      "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": "81b097a1-4032-4dd5-9d34-127764f7c577",
          "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": "7d3149ec-eb40-4aa9-bf5f-86013f60ffc4",
          "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": "ZDc2YTAyMDQzYzcwZWIxMmIxYTg0N2UyZDNhZjVmM2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ce0dda0b-3970-4aa1-9b8e-ae8a84485c58",
          "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": "4ec12a5d-7007-46ef-badb-bc357e209b43",
          "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": "68108d17-fedf-4223-a1f0-006f47cb9279",
            "generatedFromUUID": "4ec12a5d-7007-46ef-badb-bc357e209b43"
          },
          "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": "68108d17-fedf-4223-a1f0-006f47cb9279",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODlkOTJmMTMzMGRiZGQ2NDRjOGRlNDQ1MmRhYTZiZGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "71dff9c9-2684-48a0-bc1a-f295d4a3041f"
    }
  ],
  "workloadContext": "Production"
}
2022-12-31T06:55:08.697Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-31T06:55:08.697Z|478b2fd2-868d-47af-ba01-ff316b74a840|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 05789616-7b95-4131-9381-68ccafef329d ASDC
2022-12-31T06:55:08.698Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:206a3fc3-4ea1-4ea0-9c60-89f9a5c12956
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:05789616-7b95-4131-9381-68ccafef329d
ServiceInvariantUUID:4895bb06-d165-4f6b-8bee-2b4695ad8028
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:71dff9c9-2684-48a0-bc1a-f295d4a3041f
ArtifactChecksum:ODlkOTJmMTMzMGRiZGQ2NDRjOGRlNDQ1MmRhYTZiZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:972e2dca-e9ee-49f0-ad84-8890033da057
ResourceInvariantUUID:40a6686b-c038-4bb0-9f89-266f5b25871e
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:9802a9f8-5912-4b7c-9c42-2b26137db962
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:81b097a1-4032-4dd5-9d34-127764f7c577
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:7d3149ec-eb40-4aa9-bf5f-86013f60ffc4
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:ce0dda0b-3970-4aa1-9b8e-ae8a84485c58
ArtifactChecksum:ZDc2YTAyMDQzYzcwZWIxMmIxYTg0N2UyZDNhZjVmM2Y=
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:4ec12a5d-7007-46ef-badb-bc357e209b43
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:68108d17-fedf-4223-a1f0-006f47cb9279
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:68108d17-fedf-4223-a1f0-006f47cb9279
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-31T06:55:08.698Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05789616-7b95-4131-9381-68ccafef329d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-31T06:55:08.740Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:55:08.741Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:55:08.742Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:55:08.742Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 71dff9c9-2684-48a0-bc1a-f295d4a3041f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-31T06:55:08.742Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-31T06:55:08.742Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-31T06:55:08.944Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-31T06:55:08.949Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 71dff9c9-2684-48a0-bc1a-f295d4a3041f 73995
2022-12-31T06:55:08.950Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-31T06:55:08.950Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-31T06:55:08.950Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:55:08.950Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:08.954Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:08.954Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469708950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:55:09.054Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:55:09.057Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:09.057Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:09.075Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:09.077Z||pool-76-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:09.955Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T06:55:09.956Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-31T06:55:09.956Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 71dff9c9-2684-48a0-bc1a-f295d4a3041f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-31T06:55:09.957Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-31T06:55:09.957Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-31T06:55:09.957Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-31T06:55:10.073Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14184330573824882408/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-12-31T06:55:11.636Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-31T06:55:11.636Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-31T06:55:11.637Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-31T06:55:11.637Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-31T06:55:11.637Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-31T06:55:11.637Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-31T06:55:11.637Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-31T06:55:11.637Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-31T06:55:11.638Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-31T06:55:11.638Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:11.638Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:11.638Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-31T06:55:11.639Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-31T06:55:11.639Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:55:11.639Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:11.639Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:11.640Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-31T06:55:11.640Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-31T06:55:11.640Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T06:55:11.640Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:11.640Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:11.641Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:11.641Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-31T06:55:11.641Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-31T06:55:11.641Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-31T06:55:11.642Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-31T06:55:11.642Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:11.642Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T06:55:11.643Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:11.643Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-31T06:55:11.643Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:55:11.644Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:11.644Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-31T06:55:11.644Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:55:11.645Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:11.645Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-31T06:55:11.645Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:55:11.646Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:11.646Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-31T06:55:11.647Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-31T06:55:11.647Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3f4ce853-82fe-4741-a208-068e55abc963
2022-12-31T06:55:11.647Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:11.648Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:11.648Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:11.648Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:11.648Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:11.649Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:11.649Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:11.649Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:11.649Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:05789616-7b95-4131-9381-68ccafef329d
Model Version:NULL
Model InvariantUuid:4895bb06-d165-4f6b-8bee-2b4695ad8028
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:cdf34558-f4b1-4be8-977d-9c0ef5c203d6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:40a6686b-c038-4bb0-9f89-266f5b25871e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:972e2dca-e9ee-49f0-ad84-8890033da057
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:99e0c657-0462-458a-a7e6-3b0f6d74990b
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:b248a780-3a78-47fa-8ea2-86a01ddc2c5e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3f4ce853-82fe-4741-a208-068e55abc963
ModelInvariantUuid:4d84d17f-5319-4f26-a0ae-1b82cf5f2b00
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:18f62be4-ad8f-4192-ae44-ad8a763dfd59
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:fc484d63-9729-4125-8b95-6b243ae7cac8
ModelInvariantUuid:8f013527-c04e-4e6e-b4e1-3f56d6e54883
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f3ed467f-42fc-40cb-a9e4-f06eb5a512c7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-31T06:55:11.658Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9802a9f8-5912-4b7c-9c42-2b26137db962
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:55:11.663Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-12-31T06:55:11.663Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9802a9f8-5912-4b7c-9c42-2b26137db962
2022-12-31T06:55:11.663Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 81b097a1-4032-4dd5-9d34-127764f7c577 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-31T06:55:11.664Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-31T06:55:11.664Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-31T06:55:11.745Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-31T06:55:11.746Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 81b097a1-4032-4dd5-9d34-127764f7c577 12
2022-12-31T06:55:11.747Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-31T06:55:11.747Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-31T06:55:11.747Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:55:11.747Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:11.751Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:11.752Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469711747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:55:11.851Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-31T06:55:11.852Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:11.852Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:11.874Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:11.874Z||pool-77-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:12.752Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7d3149ec-eb40-4aa9-bf5f-86013f60ffc4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-31T06:55:12.753Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-31T06:55:12.754Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-31T06:55:12.808Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-31T06:55:12.809Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7d3149ec-eb40-4aa9-bf5f-86013f60ffc4 2688
2022-12-31T06:55:12.809Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-31T06:55:12.810Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-31T06:55:12.810Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:55:12.810Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:12.812Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:12.812Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469712809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:55:12.912Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:55:12.914Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:12.928Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:12.950Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:12.951Z||pool-78-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:13.814Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ce0dda0b-3970-4aa1-9b8e-ae8a84485c58 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-31T06:55:13.815Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-31T06:55:13.815Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-31T06:55:13.872Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-31T06:55:13.873Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ce0dda0b-3970-4aa1-9b8e-ae8a84485c58 828
2022-12-31T06:55:13.873Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-31T06:55:13.874Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-31T06:55:13.874Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:55:13.874Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:13.876Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:13.876Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469713873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:55:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:55:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:55:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:13.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:13.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:55:13.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f961dfe-dc7e-48f3-b954-62712dcc8d04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469649302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:55:13.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:55:13.979Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-31T06:55:13.980Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:13.980Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:13.992Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:13.993Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:14.877Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "99e0c657-0462-458a-a7e6-3b0f6d74990b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b248a780-3a78-47fa-8ea2-86a01ddc2c5e",
    "vfModuleModelCustomizationUUID": "7f134545-e456-4be3-a85e-77f4cdbfa49a",
    "isBase": true,
    "artifacts": [
      "7d3149ec-eb40-4aa9-bf5f-86013f60ffc4",
      "4ec12a5d-7007-46ef-badb-bc357e209b43",
      "68108d17-fedf-4223-a1f0-006f47cb9279"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-31T06:55:14.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b248a780-3a78-47fa-8ea2-86a01ddc2c5e
VfModuleModelInvariantUUID:99e0c657-0462-458a-a7e6-3b0f6d74990b
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d3149ec-eb40-4aa9-bf5f-86013f60ffc4
,
4ec12a5d-7007-46ef-badb-bc357e209b43
,
68108d17-fedf-4223-a1f0-006f47cb9279

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

isBase:true


}

2022-12-31T06:55:14.884Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "99e0c657-0462-458a-a7e6-3b0f6d74990b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b248a780-3a78-47fa-8ea2-86a01ddc2c5e",
    "vfModuleModelCustomizationUUID": "7f134545-e456-4be3-a85e-77f4cdbfa49a",
    "isBase": true,
    "artifacts": [
      "7d3149ec-eb40-4aa9-bf5f-86013f60ffc4",
      "4ec12a5d-7007-46ef-badb-bc357e209b43",
      "68108d17-fedf-4223-a1f0-006f47cb9279"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-31T06:55:14.884Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b248a780-3a78-47fa-8ea2-86a01ddc2c5e
VfModuleModelInvariantUUID:99e0c657-0462-458a-a7e6-3b0f6d74990b
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d3149ec-eb40-4aa9-bf5f-86013f60ffc4
,
4ec12a5d-7007-46ef-badb-bc357e209b43
,
68108d17-fedf-4223-a1f0-006f47cb9279

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

isBase:true


}

2022-12-31T06:55:14.884Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4ec12a5d-7007-46ef-badb-bc357e209b43 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-31T06:55:14.885Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-31T06:55:14.885Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-31T06:55:14.952Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-31T06:55:14.953Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4ec12a5d-7007-46ef-badb-bc357e209b43 1164
2022-12-31T06:55:14.954Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-31T06:55:14.954Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-31T06:55:14.955Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:55:14.955Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:14.958Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:14.959Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469714954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:55:15.059Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:55:15.060Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:15.060Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:15.073Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:15.073Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:15.960Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 68108d17-fedf-4223-a1f0-006f47cb9279 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-31T06:55:15.961Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-31T06:55:15.961Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-31T06:55:16.018Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-31T06:55:16.018Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 68108d17-fedf-4223-a1f0-006f47cb9279 200
2022-12-31T06:55:16.019Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-31T06:55:16.019Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-31T06:55:16.019Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T06:55:16.020Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:16.022Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:16.022Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469716019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:55:16.122Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:55:16.123Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:16.124Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:16.137Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:16.138Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:55:17.023Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 05789616-7b95-4131-9381-68ccafef329d
2022-12-31T06:55:17.024Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9802a9f8-5912-4b7c-9c42-2b26137db962 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-12-31T06:55:17.048Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:55:17.053Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5de888bd, org.onap.sdc.toscaparser.api.parameters.Input@563523ae, org.onap.sdc.toscaparser.api.parameters.Input@58c8bc8d, org.onap.sdc.toscaparser.api.parameters.Input@382f4ecf, org.onap.sdc.toscaparser.api.parameters.Input@219b8417]
2022-12-31T06:55:17.055Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:17.056Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:17.056Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-12-31T06:55:17.056Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 972e2dca-e9ee-49f0-ad84-8890033da057
2022-12-31T06:55:17.056Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 972e2dca-e9ee-49f0-ad84-8890033da057 matches Tosca VF Customization UUID: 972e2dca-e9ee-49f0-ad84-8890033da057
2022-12-31T06:55:17.057Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 972e2dca-e9ee-49f0-ad84-8890033da057  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-31T06:55:17.059Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:17.060Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:17.060Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 972e2dca-e9ee-49f0-ad84-8890033da057: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-31T06:55:17.061Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e67fcf
2022-12-31T06:55:17.061Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:17.061Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T06:55:17.061Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7f134545-e456-4be3-a85e-77f4cdbfa49a
2022-12-31T06:55:17.062Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7f134545-e456-4be3-a85e-77f4cdbfa49a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-31T06:55:17.065Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:17.065Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-31T06:55:17.065Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:55:17.066Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:17.067Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-31T06:55:17.067Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:55:17.067Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:17.068Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-31T06:55:17.068Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-31T06:55:17.068Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3f4ce853-82fe-4741-a208-068e55abc963
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-31T06:55:17.072Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:17.073Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-31T06:55:17.073Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T06:55:17.074Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:17.074Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-31T06:55:17.074Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=972e2dca-e9ee-49f0-ad84-8890033da057
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:55:17.079Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:17.079Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:17.080Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 05789616-7b95-4131-9381-68ccafef329d: basic_cnf
2022-12-31T06:55:17.080Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:17.080Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:17.081Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:17.081Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:17.081Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:17.081Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:17.082Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:17.082Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:17.082Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T06:55:17.083Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T06:55:17.083Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T06:55:17.172Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9802a9f8-5912-4b7c-9c42-2b26137db962 1 ASDC deployResourceStructure
2022-12-31T06:55:17.173Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-31T06:55:17.180Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-12-31T06:55:17.181Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-31T06:55:17.181Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:17.185Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:17.185Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469717173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-31T06:55:17.284Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:55:17.285Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:17.285Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:17.298Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:17.299Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:18.186Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-31T06:55:18.187Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-31T06:55:18.187Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-31T06:55:18.187Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:18.189Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:18.191Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469718186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-31T06:55:18.290Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T06:55:18.291Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:18.291Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:18.306Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:18.307Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:19.194Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-31T06:55:19.194Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-31T06:55:19.195Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:55:19.195Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:19.198Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:19.198Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469719193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T06:55:19.298Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:55:19.299Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:19.299Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:19.311Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:19.312Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:20.200Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-31T06:55:20.200Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-31T06:55:20.200Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:55:20.200Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:20.202Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:20.203Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469720200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-31T06:55:20.303Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:55:20.304Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:20.304Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:20.316Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:20.317Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:21.204Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-31T06:55:21.204Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-31T06:55:21.205Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:55:21.205Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:21.208Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:21.208Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469721204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-31T06:55:21.308Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:55:21.309Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:21.309Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:21.323Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:21.325Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-31T06:55:22.209Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-31T06:55:22.210Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-31T06:55:22.210Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T06:55:22.210Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:22.212Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:22.212Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469722209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:55:22.312Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:55:22.314Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:22.314Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:22.331Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:22.332Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-31T06:55:23.214Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 206a3fc3-4ea1-4ea0-9c60-89f9a5c12956
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:55:23.230Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 206a3fc3-4ea1-4ea0-9c60-89f9a5c12956
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T06:55:23.235Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T06:55:23.235Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-31T06:55:23.235Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-31T06:55:23.235Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-31T06:55:23.235Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:55:23.235Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:55:23.236Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:55:23.236Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:55:23.236Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T06:55:23.236Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T06:55:23.243Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-31T06:55:53.243Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 206a3fc3-4ea1-4ea0-9c60-89f9a5c12956 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-31T06:55:53.250Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 206a3fc3-4ea1-4ea0-9c60-89f9a5c12956 and serviceModelVersionId: 05789616-7b95-4131-9381-68ccafef329d
2022-12-31T06:55:53.251Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4895bb06-d165-4f6b-8bee-2b4695ad8028
2022-12-31T06:55:53.252Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4895bb06-d165-4f6b-8bee-2b4695ad8028/model-vers/model-ver/05789616-7b95-4131-9381-68ccafef329d?depth=0
2022-12-31T06:55:53.256Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-31T06:55:53.319Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4895bb06-d165-4f6b-8bee-2b4695ad8028/model-vers/model-ver/05789616-7b95-4131-9381-68ccafef329d?depth=0|INFO|500||Invoke
2022-12-31T06:55:53.320Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4895bb06-d165-4f6b-8bee-2b4695ad8028/model-vers/model-ver/05789616-7b95-4131-9381-68ccafef329d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4895bb06-d165-4f6b-8bee-2b4695ad8028/model-vers/model-ver/05789616-7b95-4131-9381-68ccafef329d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[206a3fc3-4ea1-4ea0-9c60-89f9a5c12956], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6cd914c0-6395-4380-baa2-27cc04809a96], X-ECOMP-RequestID=[206a3fc3-4ea1-4ea0-9c60-89f9a5c12956], X-TransactionId=[], X-ONAP-RequestID=[206a3fc3-4ea1-4ea0-9c60-89f9a5c12956], Content-Type=[application/merge-patch+json]}
2022-12-31T06:55:53.348Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4895bb06-d165-4f6b-8bee-2b4695ad8028/model-vers/model-ver/05789616-7b95-4131-9381-68ccafef329d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-31T06:55:53.452Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4895bb06-d165-4f6b-8bee-2b4695ad8028/model-vers/model-ver/05789616-7b95-4131-9381-68ccafef329d?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/4895bb06-d165-4f6b-8bee-2b4695ad8028/model-vers/model-ver/05789616-7b95-4131-9381-68ccafef329d?depth=0 has http status code:200 and response headers:{date=[Sat, 31 Dec 2022 06:55:52 GMT], content-length=[0], vertex-id=[393416], x-aai-txid=[1-aai-resources-221231-06:55:52:830-34925], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-31T06:55:53.452Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4895bb06-d165-4f6b-8bee-2b4695ad8028/model-vers/model-ver/05789616-7b95-4131-9381-68ccafef329d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-31T06:55:53.453Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4895bb06-d165-4f6b-8bee-2b4695ad8028/model-vers/model-ver/05789616-7b95-4131-9381-68ccafef329d?depth=0|INFO|500||InvokeReturn
2022-12-31T06:55:53.454Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-31T06:55:53.454Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T06:55:53.460Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-31T06:55:53.460Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 206a3fc3-4ea1-4ea0-9c60-89f9a5c12956 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-31T06:55:53.460Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-31T06:55:53.461Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-31T06:55:53.463Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T06:55:53.464Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469753460,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:55:53.564Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T06:55:53.565Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T06:55:53.565Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T06:55:53.582Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:55:53.584Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-31T06:55:54.477Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:55:54.477Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:55:54.478Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:56:04.044Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:56:04.045Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:56:04.046Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:56:04.046Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:56:13.678Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:56:13.678Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:56:13.679Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:56:13.679Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:56:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:56:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:56:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:56:13.912Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:56:13.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:56:13.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:56:13.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:56:13.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:56:13.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:56:13.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/resourceInstances/pnf8de710fa558a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:56:13.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:56:13.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:56:13.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469664496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:56:13.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:56:13.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469667198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWb4tckiumhihxaryouky/1.0/artifacts/service-DemoPnfWb4tckiumhihxaryouky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:56:13.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:56:13.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "478b2fd2-868d-47af-ba01-ff316b74a840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469698613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:56:13.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:56:13.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:56:13.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-31T06:56:13.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-31T06:56:13.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T06:56:13.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-31T06:56:13.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:56:13.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-31T06:56:13.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T06:56:13.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469650320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T06:56:13.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-31T06:56:13.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469708950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:56:13.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:56:13.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469711747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:56:13.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:56:13.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-31T06:56:13.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469712809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:56:13.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:56:23.273Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:56:23.274Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:56:23.275Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:56:23.275Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:56:32.851Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:57:13.872Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:57:13.874Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:57:13.875Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:57:13.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:57:13.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:57:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:57:13.915Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:57:13.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:57:13.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469713873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:57:13.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:57:23.457Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:58:13.872Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:58:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:58:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:58:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:58:13.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:58:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:58:14.408Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:58:14.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:58:14.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469714954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:58:14.410Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:58:14.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:58:14.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469716019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T06:58:14.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:58:14.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:58:14.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469717173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-31T06:58:14.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:58:14.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:58:14.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469718186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-31T06:58:14.413Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:58:14.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:58:14.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469719193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T06:58:14.413Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:58:14.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:58:14.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469720200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-31T06:58:14.414Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:58:14.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:58:14.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469721204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-31T06:58:14.414Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:58:14.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:58:14.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469722209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T06:58:14.415Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:58:14.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-31T06:58:14.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "206a3fc3-4ea1-4ea0-9c60-89f9a5c12956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672469753460,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T06:58:14.415Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T06:58:23.447Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:59:13.872Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:59:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:59:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:59:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T06:59:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T06:59:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T06:59:23.437Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T06:59:23.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:00:13.872Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:00:13.874Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:00:13.874Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:00:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:00:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:00:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:00:23.435Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:00:23.440Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:01:13.872Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:01:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:01:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:01:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:01:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:01:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:01:23.431Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:01:23.431Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:02:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:02:13.874Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:02:13.874Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:02:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:02:13.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:02:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:02:23.434Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:02:23.434Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:03:13.872Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:03:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:03:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:03:13.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:03:13.884Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:03:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:03:23.428Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:03:23.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:04:13.872Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:04:13.874Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:04:13.874Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:04:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:04:13.883Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:04:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:04:23.445Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:04:23.448Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:05:13.872Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:05:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:05:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:05:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:05:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:05:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:05:23.444Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:05:23.454Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:06:13.872Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:06:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:06:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:06:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:06:13.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:06:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:06:23.420Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:06:23.445Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:07:13.872Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:07:13.874Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:07:13.874Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:07:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:07:13.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:07:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:07:23.432Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:07:23.433Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:08:13.872Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:08:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:08:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:08:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:08:13.881Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:08:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:08:23.460Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:08:23.503Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:09:13.872Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:09:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:09:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:09:13.881Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:09:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:09:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:09:23.429Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:09:23.441Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:10:13.872Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:10:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:10:13.873Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:10:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:10:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:10:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:10:23.455Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:10:23.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:11:13.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:11:13.873Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:11:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:11:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:11:13.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:11:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:11:23.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:11:23.441Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:12:13.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:12:13.873Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:12:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:12:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:12:13.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:12:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:12:23.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:12:23.430Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:13:13.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:13:13.873Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:13:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:13:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:13:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:13:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:13:23.432Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:13:23.441Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:14:13.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:14:13.873Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:14:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:14:13.884Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:14:13.885Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:14:13.885Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:14:23.436Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:14:23.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:15:13.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:15:13.873Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:15:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:15:13.881Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:15:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:15:13.883Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:15:23.436Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:15:23.445Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:16:13.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:16:13.873Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:16:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:16:13.881Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:16:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:16:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:16:23.445Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:16:23.445Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:17:13.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:17:13.874Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:17:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:17:13.881Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:17:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:17:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:17:23.469Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:17:23.470Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:18:13.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:18:13.873Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:18:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:18:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:18:13.883Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:18:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:18:23.481Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:18:23.485Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:19:13.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:19:13.873Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:19:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:19:13.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:19:13.882Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:19:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:19:23.455Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:19:23.455Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:13.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:20:13.873Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:20:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:20:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:20:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:14.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:14.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471155820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:14.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471165356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471138022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471142381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"81fb97bb-ecec-4ef3-b3b5-30895bccc522","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"da3a2d50-d2f9-4468-9ec5-2226a86a0f5c","serviceDescription":"service","serviceInvariantUUID":"880e0eb8-d3c7-426f-971c-fd4afccef70f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"988b69d6-858b-4586-a476-3fdf70216926","resourceInvariantUUID":"e4389380-b697-43ab-a5d4-6a20a8deab7c","resourceCustomizationUUID":"5004b583-6f7f-481a-9a75-df4bf4358548","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":"ZDdkMGU0ODA1MWY2NzhhNDNiMzlmOTVhZGE4Yzg0NTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce5eb397-c542-4653-8bd8-c6dc9306710c","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":"NDcxNjQzMTg3NWMwNGRmNzFiNmNlZGQ1ODYyZGY3ODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c8876489-7413-4194-9c98-0a4b2eea0cbb","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":"480f4cb0-06a4-408e-aacd-d3398a8d442d","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":"ca01f1c1-a77a-4886-ae41-2058b9b23d6d","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":"4d97f21d-b1e4-477e-8791-da1e2b3bfbf1","artifactVersion":"2","generatedFromUUID":"480f4cb0-06a4-408e-aacd-d3398a8d442d"},{"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":"ODc0ZTBhMmM0MzRhMTA1MTllNjViMjVmMmIxZWNhMGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1ff1db2d-c7d4-4d23-9e9f-58651f82d504","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":"MzBmMzRiODA1OGZhNDk5MTdlZWNmZWQxNTg3Mzg5NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"677bad7b-2cf8-4e8b-972f-8546d905b627","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmU5ZGU3OTk5MGE3YmQwZjIxMWRhNjQwOTg4YjgxNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73e291fe-0591-44a8-8bbb-b333096f26b8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-31T07:20:14.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471155820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471138022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471165356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471142381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471155820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471165356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.530Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:20:14.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471138022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471142381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471155820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471165356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471138022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471142381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471155820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.530Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:14.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471138022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471165356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471142381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471155820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471138022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471165356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.538Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:14.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471142381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.539Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471155820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471165356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471138022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471142381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471155820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471165356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471138022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471142381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471174784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:14.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471175517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:14.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471175485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:14.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471176592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:14.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471177664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:14.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471178708,
  "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-12-31T07:20:14.581Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81fb97bb-ecec-4ef3-b3b5-30895bccc522
2022-12-31T07:20:14.581Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81fb97bb-ecec-4ef3-b3b5-30895bccc522 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:20:14.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471178926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T07:20:14.594Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81fb97bb-ecec-4ef3-b3b5-30895bccc522
2022-12-31T07:20:14.594Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81fb97bb-ecec-4ef3-b3b5-30895bccc522 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:20:14.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471179713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T07:20:14.614Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471182200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T07:20:14.615Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471183202,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T07:20:14.620Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81fb97bb-ecec-4ef3-b3b5-30895bccc522
2022-12-31T07:20:14.620Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81fb97bb-ecec-4ef3-b3b5-30895bccc522 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:20:14.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471184286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471184286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471175714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471180722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471179930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471184286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471175714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471180722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471179930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471184286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471175714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471180722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471179930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471184286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471175714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471180722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.639Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T07:20:14.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471179930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471184286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.639Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:14.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.639Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:14.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471175714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471180722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471179930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471184286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471175714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471180722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471179930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471184286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471175714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471180722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471179930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471175714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471180722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471179930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471193116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:14.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471175714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471180722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471179930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471175714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471180722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471179930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471195790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T07:20:14.649Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471195940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:14.650Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471195924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:14.650Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471195355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471196795,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T07:20:14.654Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:14.655Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-31T07:20:14.656Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81fb97bb-ecec-4ef3-b3b5-30895bccc522
2022-12-31T07:20:14.656Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81fb97bb-ecec-4ef3-b3b5-30895bccc522 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:20:14.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471197035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:14.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471195355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471197317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:20:14.676Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4059c2c9-e61b-4d93-8f8f-f4e4662a10af
2022-12-31T07:20:14.676Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4059c2c9-e61b-4d93-8f8f-f4e4662a10af and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:20:14.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471195355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471198092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:14.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471195355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471199177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:14.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471195355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471200262,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T07:20:14.690Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4059c2c9-e61b-4d93-8f8f-f4e4662a10af
2022-12-31T07:20:14.690Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4059c2c9-e61b-4d93-8f8f-f4e4662a10af and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:20:14.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471195355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471201263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T07:20:14.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471195355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471195355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471195355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:14.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471195355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:20:14.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:20:14.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471205490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:14.704Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:14.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:20:14.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471213097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T07:20:14.704Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:20:15.539Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:20:15.540Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:15.543Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:15.543Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T07:20:15.644Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-31T07:20:15.645Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:15.646Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:15.659Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:15.660Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:20:16.544Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:20:16.545Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:16.547Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:16.548Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-31T07:20:16.653Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-31T07:20:16.654Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:16.654Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:16.693Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:16.694Z||pool-91-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":18,"count":1}
2022-12-31T07:20:17.548Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:20:17.549Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:17.551Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:17.552Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:17.652Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:20:17.653Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:17.653Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:17.671Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:17.671Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:20:18.553Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:20:18.554Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:18.560Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:18.560Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-31T07:20:18.661Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-31T07:20:18.662Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:18.662Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:18.675Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:18.676Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:20:19.561Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:20:19.562Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:19.564Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:19.564Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:19.664Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:20:19.666Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:19.666Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:19.693Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:19.695Z||pool-94-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:20:20.565Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:20:20.565Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:20.569Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:20.569Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:20:20.669Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:20:20.671Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:20.672Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:20.690Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:20.691Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:20:21.570Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:20:21.571Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:21.573Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:21.574Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:20:21.674Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:20:21.675Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:21.675Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:21.687Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:21.688Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:20:22.576Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "da3a2d50-d2f9-4468-9ec5-2226a86a0f5c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "880e0eb8-d3c7-426f-971c-fd4afccef70f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5004b583-6f7f-481a-9a75-df4bf4358548",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "988b69d6-858b-4586-a476-3fdf70216926",
      "resourceInvariantUUID": "e4389380-b697-43ab-a5d4-6a20a8deab7c",
      "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": "NDcxNjQzMTg3NWMwNGRmNzFiNmNlZGQ1ODYyZGY3ODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c8876489-7413-4194-9c98-0a4b2eea0cbb",
          "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": "480f4cb0-06a4-408e-aacd-d3398a8d442d",
          "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": "4d97f21d-b1e4-477e-8791-da1e2b3bfbf1",
            "generatedFromUUID": "480f4cb0-06a4-408e-aacd-d3398a8d442d"
          },
          "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": "4d97f21d-b1e4-477e-8791-da1e2b3bfbf1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZmU5ZGU3OTk5MGE3YmQwZjIxMWRhNjQwOTg4YjgxNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "73e291fe-0591-44a8-8bbb-b333096f26b8"
    }
  ],
  "workloadContext": "Production"
}
2022-12-31T07:20:22.577Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-31T07:20:22.577Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da3a2d50-d2f9-4468-9ec5-2226a86a0f5c ASDC
2022-12-31T07:20:22.578Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:81fb97bb-ecec-4ef3-b3b5-30895bccc522
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:da3a2d50-d2f9-4468-9ec5-2226a86a0f5c
ServiceInvariantUUID:880e0eb8-d3c7-426f-971c-fd4afccef70f
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:73e291fe-0591-44a8-8bbb-b333096f26b8
ArtifactChecksum:ZmU5ZGU3OTk5MGE3YmQwZjIxMWRhNjQwOTg4YjgxNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5004b583-6f7f-481a-9a75-df4bf4358548
ResourceInvariantUUID:e4389380-b697-43ab-a5d4-6a20a8deab7c
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:988b69d6-858b-4586-a476-3fdf70216926
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:c8876489-7413-4194-9c98-0a4b2eea0cbb
ArtifactChecksum:NDcxNjQzMTg3NWMwNGRmNzFiNmNlZGQ1ODYyZGY3ODY=
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:480f4cb0-06a4-408e-aacd-d3398a8d442d
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:4d97f21d-b1e4-477e-8791-da1e2b3bfbf1
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:4d97f21d-b1e4-477e-8791-da1e2b3bfbf1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-31T07:20:22.580Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da3a2d50-d2f9-4468-9ec5-2226a86a0f5c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-31T07:20:22.621Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T07:20:22.622Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-31T07:20:22.623Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-31T07:20:22.623Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 73e291fe-0591-44a8-8bbb-b333096f26b8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-31T07:20:22.623Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-31T07:20:22.624Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-31T07:20:22.753Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-31T07:20:22.760Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 73e291fe-0591-44a8-8bbb-b333096f26b8 83001
2022-12-31T07:20:22.761Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-31T07:20:22.761Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-31T07:20:22.762Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T07:20:22.763Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:22.766Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:22.766Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471222761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:22.870Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-31T07:20:22.871Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:22.871Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:22.883Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:22.884Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:20:23.767Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T07:20:23.768Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-31T07:20:23.768Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 73e291fe-0591-44a8-8bbb-b333096f26b8, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-31T07:20:23.769Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-31T07:20:23.769Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-31T07:20:23.770Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-31T07:20:24.084Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8829805175883496649/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-31T07:20:25.833Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-31T07:20:25.835Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-31T07:20:25.835Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-31T07:20:25.835Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-31T07:20:25.835Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-31T07:20:25.835Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-31T07:20:25.836Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-31T07:20:25.836Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-31T07:20:25.836Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-31T07:20:25.836Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-31T07:20:25.836Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-31T07:20:25.837Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-31T07:20:25.837Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:25.837Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:25.838Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-31T07:20:25.838Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-31T07:20:25.839Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T07:20:25.839Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:25.839Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:25.840Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-31T07:20:25.840Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-31T07:20:25.840Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T07:20:25.840Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:25.841Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:25.841Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:25.841Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-31T07:20:25.842Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-31T07:20:25.842Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-31T07:20:25.842Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-31T07:20:25.842Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-31T07:20:25.843Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-31T07:20:25.843Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:25.843Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T07:20:25.844Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:25.844Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-31T07:20:25.844Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T07:20:25.845Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:25.845Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-31T07:20:25.845Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T07:20:25.846Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:25.846Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-31T07:20:25.846Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T07:20:25.847Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:25.847Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-31T07:20:25.847Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-31T07:20:25.848Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-31T07:20:25.848Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d8ec8fe6-f76c-48f5-971e-0f2eaf25a90e
2022-12-31T07:20:25.848Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:25.849Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:25.849Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:25.849Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:25.850Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:25.850Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:25.850Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:25.850Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:25.850Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:da3a2d50-d2f9-4468-9ec5-2226a86a0f5c
Model Version:NULL
Model InvariantUuid:880e0eb8-d3c7-426f-971c-fd4afccef70f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:2ad24711-7fee-4ef3-8d5a-6b53018b6cea
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e4389380-b697-43ab-a5d4-6a20a8deab7c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5004b583-6f7f-481a-9a75-df4bf4358548
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ac31267e-53d9-4b07-a0c3-d729b4b2f538
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:48e1b24d-ea57-40d8-b33f-bde62b3e30a2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d8ec8fe6-f76c-48f5-971e-0f2eaf25a90e
ModelInvariantUuid:84bb2003-a667-402a-aa1f-36274c5c0a0e
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:38e85f00-3a5c-41a6-86b3-74accc3d1c80
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:eb64a847-83fa-464f-9741-72f0600b917c
ModelInvariantUuid:a9712fb9-2329-4ee8-9e71-91d2e9f48527
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:8a924af1-9afb-4ddb-a223-31132d647d66
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-31T07:20:25.860Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 988b69d6-858b-4586-a476-3fdf70216926
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T07:20:25.864Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2022-12-31T07:20:25.865Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 988b69d6-858b-4586-a476-3fdf70216926
2022-12-31T07:20:25.865Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c8876489-7413-4194-9c98-0a4b2eea0cbb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-31T07:20:25.865Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-31T07:20:25.865Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-31T07:20:25.938Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-31T07:20:25.939Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c8876489-7413-4194-9c98-0a4b2eea0cbb 792
2022-12-31T07:20:25.939Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-31T07:20:25.939Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-31T07:20:25.940Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T07:20:25.940Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:25.942Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:25.943Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471225939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:26.043Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:20:26.045Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:26.045Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:26.066Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:26.067Z||pool-98-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:20:26.945Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ac31267e-53d9-4b07-a0c3-d729b4b2f538",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "48e1b24d-ea57-40d8-b33f-bde62b3e30a2",
    "vfModuleModelCustomizationUUID": "d364068f-061d-4c59-adf1-84c4eb6c4a8d",
    "isBase": true,
    "artifacts": [
      "480f4cb0-06a4-408e-aacd-d3398a8d442d",
      "4d97f21d-b1e4-477e-8791-da1e2b3bfbf1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-31T07:20:26.967Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:48e1b24d-ea57-40d8-b33f-bde62b3e30a2
VfModuleModelInvariantUUID:ac31267e-53d9-4b07-a0c3-d729b4b2f538
VfModuleModelDescription:NULL
Artifacts UUID List:{
480f4cb0-06a4-408e-aacd-d3398a8d442d
,
4d97f21d-b1e4-477e-8791-da1e2b3bfbf1

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

isBase:true


}

2022-12-31T07:20:26.970Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ac31267e-53d9-4b07-a0c3-d729b4b2f538",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "48e1b24d-ea57-40d8-b33f-bde62b3e30a2",
    "vfModuleModelCustomizationUUID": "d364068f-061d-4c59-adf1-84c4eb6c4a8d",
    "isBase": true,
    "artifacts": [
      "480f4cb0-06a4-408e-aacd-d3398a8d442d",
      "4d97f21d-b1e4-477e-8791-da1e2b3bfbf1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-31T07:20:26.970Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:48e1b24d-ea57-40d8-b33f-bde62b3e30a2
VfModuleModelInvariantUUID:ac31267e-53d9-4b07-a0c3-d729b4b2f538
VfModuleModelDescription:NULL
Artifacts UUID List:{
480f4cb0-06a4-408e-aacd-d3398a8d442d
,
4d97f21d-b1e4-477e-8791-da1e2b3bfbf1

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

isBase:true


}

2022-12-31T07:20:26.970Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 480f4cb0-06a4-408e-aacd-d3398a8d442d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-31T07:20:26.970Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-31T07:20:26.970Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-31T07:20:27.050Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-31T07:20:27.050Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 480f4cb0-06a4-408e-aacd-d3398a8d442d 5033
2022-12-31T07:20:27.051Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-31T07:20:27.051Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-31T07:20:27.051Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T07:20:27.051Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:27.053Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:27.053Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471227051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:27.154Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:20:27.155Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:27.155Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:27.170Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:27.171Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:20:28.054Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4d97f21d-b1e4-477e-8791-da1e2b3bfbf1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-31T07:20:28.055Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-31T07:20:28.055Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-31T07:20:28.121Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-31T07:20:28.122Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 4d97f21d-b1e4-477e-8791-da1e2b3bfbf1 903
2022-12-31T07:20:28.122Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-31T07:20:28.122Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-31T07:20:28.122Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T07:20:28.122Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:28.124Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:28.125Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471228122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:20:28.225Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:20:28.226Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:28.226Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:28.240Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:28.241Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:20:29.126Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: da3a2d50-d2f9-4468-9ec5-2226a86a0f5c
2022-12-31T07:20:29.126Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 988b69d6-858b-4586-a476-3fdf70216926 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T07:20:29.138Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@293282a6, org.onap.sdc.toscaparser.api.parameters.Input@f33fe7f, org.onap.sdc.toscaparser.api.parameters.Input@e6e1f1e, org.onap.sdc.toscaparser.api.parameters.Input@4a972a76, org.onap.sdc.toscaparser.api.parameters.Input@778db630]
2022-12-31T07:20:29.139Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:29.140Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:29.140Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-12-31T07:20:29.140Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5004b583-6f7f-481a-9a75-df4bf4358548
2022-12-31T07:20:29.140Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5004b583-6f7f-481a-9a75-df4bf4358548 matches Tosca VF Customization UUID: 5004b583-6f7f-481a-9a75-df4bf4358548
2022-12-31T07:20:29.140Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5004b583-6f7f-481a-9a75-df4bf4358548  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-31T07:20:29.142Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:29.142Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:29.143Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5004b583-6f7f-481a-9a75-df4bf4358548: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-12-31T07:20:29.143Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a825678
2022-12-31T07:20:29.143Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:29.143Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T07:20:29.143Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d364068f-061d-4c59-adf1-84c4eb6c4a8d
2022-12-31T07:20:29.144Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d364068f-061d-4c59-adf1-84c4eb6c4a8d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-31T07:20:29.146Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:29.146Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-31T07:20:29.146Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T07:20:29.146Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:29.146Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-31T07:20:29.147Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T07:20:29.147Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:29.147Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-31T07:20:29.147Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-31T07:20:29.147Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-31T07:20:29.147Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d8ec8fe6-f76c-48f5-971e-0f2eaf25a90e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-31T07:20:29.149Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:29.150Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-31T07:20:29.150Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T07:20:29.150Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:29.150Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-31T07:20:29.150Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5004b583-6f7f-481a-9a75-df4bf4358548
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T07:20:29.151Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:29.152Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:29.152Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid da3a2d50-d2f9-4468-9ec5-2226a86a0f5c: basic_vm_macro
2022-12-31T07:20:29.152Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:29.152Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:29.152Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:29.152Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:29.153Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:29.153Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:29.153Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:29.153Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:29.153Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:20:29.153Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:20:29.154Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:20:29.243Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 988b69d6-858b-4586-a476-3fdf70216926 1 ASDC deployResourceStructure
2022-12-31T07:20:29.243Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-31T07:20:29.244Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-31T07:20:29.244Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T07:20:29.244Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:29.246Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:29.246Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471229243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T07:20:29.346Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:20:29.347Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:29.348Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:29.369Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:29.370Z||pool-101-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:20:30.247Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-31T07:20:30.248Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-31T07:20:30.248Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T07:20:30.248Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:30.250Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:30.251Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471230247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-31T07:20:30.351Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:20:30.352Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:30.352Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:30.366Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:30.367Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:20:31.252Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-31T07:20:31.253Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-31T07:20:31.253Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T07:20:31.254Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:31.256Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:31.257Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471231252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-31T07:20:31.357Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:20:31.358Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:31.358Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:31.381Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:31.382Z||pool-103-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-12-31T07:20:32.258Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-31T07:20:32.258Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-31T07:20:32.259Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T07:20:32.259Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:20:32.261Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:20:32.261Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471232258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T07:20:32.361Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:20:32.362Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:20:32.363Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:20:32.375Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:20:32.376Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:20:33.262Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81fb97bb-ecec-4ef3-b3b5-30895bccc522
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T07:20:33.271Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81fb97bb-ecec-4ef3-b3b5-30895bccc522
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T07:20:33.274Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T07:20:33.274Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-31T07:20:33.274Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-31T07:20:33.275Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-31T07:20:33.275Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:20:33.275Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:20:33.275Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:20:33.276Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:20:33.276Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:20:33.276Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T07:20:33.280Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-31T07:21:03.282Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81fb97bb-ecec-4ef3-b3b5-30895bccc522 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-31T07:21:03.289Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81fb97bb-ecec-4ef3-b3b5-30895bccc522 and serviceModelVersionId: da3a2d50-d2f9-4468-9ec5-2226a86a0f5c
2022-12-31T07:21:03.289Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 880e0eb8-d3c7-426f-971c-fd4afccef70f
2022-12-31T07:21:03.290Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/880e0eb8-d3c7-426f-971c-fd4afccef70f/model-vers/model-ver/da3a2d50-d2f9-4468-9ec5-2226a86a0f5c?depth=0
2022-12-31T07:21:03.296Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-31T07:21:03.364Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880e0eb8-d3c7-426f-971c-fd4afccef70f/model-vers/model-ver/da3a2d50-d2f9-4468-9ec5-2226a86a0f5c?depth=0|INFO|500||Invoke
2022-12-31T07:21:03.365Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880e0eb8-d3c7-426f-971c-fd4afccef70f/model-vers/model-ver/da3a2d50-d2f9-4468-9ec5-2226a86a0f5c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880e0eb8-d3c7-426f-971c-fd4afccef70f/model-vers/model-ver/da3a2d50-d2f9-4468-9ec5-2226a86a0f5c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[81fb97bb-ecec-4ef3-b3b5-30895bccc522], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cedc38db-b668-471a-8f6a-2df6cbe69978], X-ECOMP-RequestID=[81fb97bb-ecec-4ef3-b3b5-30895bccc522], X-TransactionId=[], X-ONAP-RequestID=[81fb97bb-ecec-4ef3-b3b5-30895bccc522], Content-Type=[application/merge-patch+json]}
2022-12-31T07:21:03.390Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880e0eb8-d3c7-426f-971c-fd4afccef70f/model-vers/model-ver/da3a2d50-d2f9-4468-9ec5-2226a86a0f5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-31T07:21:03.482Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880e0eb8-d3c7-426f-971c-fd4afccef70f/model-vers/model-ver/da3a2d50-d2f9-4468-9ec5-2226a86a0f5c?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/880e0eb8-d3c7-426f-971c-fd4afccef70f/model-vers/model-ver/da3a2d50-d2f9-4468-9ec5-2226a86a0f5c?depth=0 has http status code:200 and response headers:{date=[Sat, 31 Dec 2022 07:21:02 GMT], content-length=[0], vertex-id=[450760], x-aai-txid=[1-aai-resources-221231-07:21:02:847-49059], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-31T07:21:03.483Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880e0eb8-d3c7-426f-971c-fd4afccef70f/model-vers/model-ver/da3a2d50-d2f9-4468-9ec5-2226a86a0f5c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-31T07:21:03.484Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880e0eb8-d3c7-426f-971c-fd4afccef70f/model-vers/model-ver/da3a2d50-d2f9-4468-9ec5-2226a86a0f5c?depth=0|INFO|500||InvokeReturn
2022-12-31T07:21:03.484Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-31T07:21:03.484Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T07:21:03.490Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-31T07:21:03.491Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81fb97bb-ecec-4ef3-b3b5-30895bccc522 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-31T07:21:03.491Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-31T07:21:03.491Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:03.493Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:03.494Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471263491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T07:21:03.594Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:21:03.595Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:03.595Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:03.612Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:03.613Z||pool-105-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-12-31T07:21:04.503Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-31T07:21:04.504Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4059c2c9-e61b-4d93-8f8f-f4e4662a10af","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"80fea476-f079-4bdf-8ee2-69624434546d","serviceDescription":"service","serviceInvariantUUID":"92a3e062-337a-4fbd-8d54-763c5ac28d09","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d2820095-647f-47dc-a131-05b7370e1ea2","resourceInvariantUUID":"7df72cea-207e-46ef-bfd9-e09fe495b883","resourceCustomizationUUID":"6a6dcb5f-0d90-4f15-aaa3-f213f914fadf","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":"OWQ2YTNkNjk3NTkzOWIyNDEyOTdjMTc1ZDUwNTk1NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"110da0a2-1918-489b-b089-7cbf9357e3f5","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":"YjhiYWU5ZTc1NDRhMDAyZjRhZThkYjA0ZWI1ZGMzYzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df352990-0855-4964-a062-bd7eb97bf50b","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":"fd144498-8a61-4b54-a087-d79a0899c519","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":"dc10617d-92aa-4ed1-86a4-05be0e6ada2c","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":"c9be98d5-5bfb-4e25-b1d7-577c444c04ea","artifactVersion":"2","generatedFromUUID":"5a159289-aa83-4c01-869b-62b545bd4cd1"},{"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":"9a915901-a9fc-473d-98b1-f6080ad38460","artifactVersion":"2","generatedFromUUID":"fd144498-8a61-4b54-a087-d79a0899c519"},{"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":"5a159289-aa83-4c01-869b-62b545bd4cd1","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":"52edc501-3d09-43bb-a85e-1bc213f70d95","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":"OTI4MDVjNGFmODQ0Mzc5YWEzZjRkMTU1MmJhMWUwYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"111b623f-962a-46e7-92be-21cd5d3d9186","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTg3ODQxMDA1MDE0ZjljOGFmMGJjN2MzN2E0Y2ZhMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6ef5490-5faa-4a6c-9898-e410523681f6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-31T07:21:04.504Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:21:04.504Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:04.507Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:04.507Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:21:04.607Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T07:21:04.608Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:04.608Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:04.634Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:04.635Z||pool-106-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:05.509Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:21:05.509Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:05.513Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:05.513Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T07:21:05.613Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:21:05.614Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:05.614Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:05.627Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:05.628Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:06.514Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:21:06.515Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:06.517Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:06.518Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-31T07:21:06.618Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:21:06.619Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:06.619Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:06.636Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:06.637Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:07.518Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:21:07.519Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:07.522Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:07.523Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:21:07.623Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T07:21:07.624Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:07.624Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:07.646Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:07.647Z||pool-109-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":3,"count":1}
2022-12-31T07:21:08.523Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:21:08.524Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:08.527Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:08.528Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-31T07:21:08.627Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T07:21:08.628Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:08.629Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:08.640Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:08.641Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-31T07:21:09.528Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:21:09.530Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:09.532Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:09.532Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-31T07:21:09.632Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:21:09.633Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:09.633Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:09.649Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:09.649Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-31T07:21:10.533Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:21:10.534Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:10.536Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:10.536Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-31T07:21:10.636Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:21:10.638Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:10.638Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:10.684Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:10.687Z||pool-112-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:11.537Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:21:11.539Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:11.541Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:11.541Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:21:11.644Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-31T07:21:11.645Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:11.645Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:11.666Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:11.667Z||pool-113-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-31T07:21:12.542Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:21:12.543Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:12.546Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:12.546Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:21:12.646Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:21:12.647Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:12.647Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:12.673Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:12.674Z||pool-114-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:13.547Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:21:13.548Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:13.550Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:13.550Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:21:13.651Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:21:13.652Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:13.652Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:13.669Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:13.669Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:13.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:21:13.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:21:13.886Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:14.039Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:14.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:21:14.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:21:14.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:21:14.552Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "80fea476-f079-4bdf-8ee2-69624434546d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "92a3e062-337a-4fbd-8d54-763c5ac28d09",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "6a6dcb5f-0d90-4f15-aaa3-f213f914fadf",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d2820095-647f-47dc-a131-05b7370e1ea2",
      "resourceInvariantUUID": "7df72cea-207e-46ef-bfd9-e09fe495b883",
      "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": "YjhiYWU5ZTc1NDRhMDAyZjRhZThkYjA0ZWI1ZGMzYzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df352990-0855-4964-a062-bd7eb97bf50b",
          "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": "fd144498-8a61-4b54-a087-d79a0899c519",
          "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": "9a915901-a9fc-473d-98b1-f6080ad38460",
            "generatedFromUUID": "fd144498-8a61-4b54-a087-d79a0899c519"
          },
          "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": "c9be98d5-5bfb-4e25-b1d7-577c444c04ea",
          "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": "9a915901-a9fc-473d-98b1-f6080ad38460",
          "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": "5a159289-aa83-4c01-869b-62b545bd4cd1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZTg3ODQxMDA1MDE0ZjljOGFmMGJjN2MzN2E0Y2ZhMmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6ef5490-5faa-4a6c-9898-e410523681f6"
    }
  ],
  "workloadContext": "Production"
}
2022-12-31T07:21:14.552Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-31T07:21:14.552Z|81fb97bb-ecec-4ef3-b3b5-30895bccc522|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 80fea476-f079-4bdf-8ee2-69624434546d ASDC
2022-12-31T07:21:14.552Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4059c2c9-e61b-4d93-8f8f-f4e4662a10af
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:80fea476-f079-4bdf-8ee2-69624434546d
ServiceInvariantUUID:92a3e062-337a-4fbd-8d54-763c5ac28d09
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:d6ef5490-5faa-4a6c-9898-e410523681f6
ArtifactChecksum:ZTg3ODQxMDA1MDE0ZjljOGFmMGJjN2MzN2E0Y2ZhMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:6a6dcb5f-0d90-4f15-aaa3-f213f914fadf
ResourceInvariantUUID:7df72cea-207e-46ef-bfd9-e09fe495b883
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:d2820095-647f-47dc-a131-05b7370e1ea2
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:df352990-0855-4964-a062-bd7eb97bf50b
ArtifactChecksum:YjhiYWU5ZTc1NDRhMDAyZjRhZThkYjA0ZWI1ZGMzYzc=
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:fd144498-8a61-4b54-a087-d79a0899c519
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:9a915901-a9fc-473d-98b1-f6080ad38460
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:c9be98d5-5bfb-4e25-b1d7-577c444c04ea
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:9a915901-a9fc-473d-98b1-f6080ad38460
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:5a159289-aa83-4c01-869b-62b545bd4cd1
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-31T07:21:14.552Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 80fea476-f079-4bdf-8ee2-69624434546d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-31T07:21:14.603Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T07:21:14.603Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-31T07:21:14.603Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-31T07:21:14.604Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d6ef5490-5faa-4a6c-9898-e410523681f6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-31T07:21:14.604Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-31T07:21:14.604Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-31T07:21:14.705Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-31T07:21:14.720Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d6ef5490-5faa-4a6c-9898-e410523681f6 163293
2022-12-31T07:21:14.721Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-31T07:21:14.721Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-31T07:21:14.721Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T07:21:14.721Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:14.725Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:14.725Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471274721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:21:14.830Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T07:21:14.833Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:14.833Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:14.890Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:14.890Z||pool-116-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:15.726Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T07:21:15.727Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-31T07:21:15.727Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d6ef5490-5faa-4a6c-9898-e410523681f6, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-31T07:21:15.728Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-31T07:21:15.729Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-31T07:21:15.729Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-31T07:21:15.899Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3161329005346244430/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-12-31T07:21:17.456Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-31T07:21:17.456Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-31T07:21:17.456Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-31T07:21:17.456Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-31T07:21:17.456Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-31T07:21:17.457Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-31T07:21:17.457Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-31T07:21:17.457Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-31T07:21:17.457Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-31T07:21:17.457Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:17.457Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:17.457Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-31T07:21:17.458Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-31T07:21:17.458Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T07:21:17.458Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:17.458Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:17.458Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-31T07:21:17.458Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-31T07:21:17.458Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T07:21:17.459Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:17.459Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:17.459Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:17.459Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-31T07:21:17.460Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-31T07:21:17.460Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-31T07:21:17.460Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-31T07:21:17.460Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:17.460Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T07:21:17.461Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:17.461Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-31T07:21:17.461Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T07:21:17.462Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:17.462Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-31T07:21:17.462Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T07:21:17.463Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:17.463Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-31T07:21:17.463Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T07:21:17.463Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:17.463Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-31T07:21:17.464Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T07:21:17.464Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:17.464Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-31T07:21:17.465Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-31T07:21:17.465Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=9bf86d78-64ae-414c-905d-beba3d80f0fd
2022-12-31T07:21:17.465Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:17.465Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:17.465Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:17.465Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:17.466Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:17.466Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:17.466Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:17.466Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:17.466Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:80fea476-f079-4bdf-8ee2-69624434546d
Model Version:NULL
Model InvariantUuid:92a3e062-337a-4fbd-8d54-763c5ac28d09
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a7ec3975-8c54-4e42-ae51-1d49c0b9aafc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7df72cea-207e-46ef-bfd9-e09fe495b883
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6a6dcb5f-0d90-4f15-aaa3-f213f914fadf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bf978df2-6ebc-4ba6-8a81-5b617996096e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:e0177665-1abd-43b0-9844-96c73bc082e8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9d483a39-6cee-427c-86e2-865a6597b8b8
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:547f40e8-837f-4149-9769-628aa20228a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9bf86d78-64ae-414c-905d-beba3d80f0fd
ModelInvariantUuid:8f6cda17-00e0-458c-b5fd-ba740121c308
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5a5aa366-e6d6-40a5-9462-55741ab09a87
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:3f49775c-ce68-46c1-aacd-8bcc2f46fd6f
ModelInvariantUuid:d5d8bbf9-d9cc-4d61-a309-1019fbe92ee8
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a31784c3-8418-45d0-a5aa-459a59708d9a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-31T07:21:17.474Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d2820095-647f-47dc-a131-05b7370e1ea2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T07:21:17.479Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0
2022-12-31T07:21:17.479Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d2820095-647f-47dc-a131-05b7370e1ea2
2022-12-31T07:21:17.479Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: df352990-0855-4964-a062-bd7eb97bf50b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-31T07:21:17.479Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-31T07:21:17.479Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-31T07:21:17.536Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-31T07:21:17.537Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json df352990-0855-4964-a062-bd7eb97bf50b 1565
2022-12-31T07:21:17.537Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-31T07:21:17.537Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-31T07:21:17.537Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T07:21:17.538Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:17.540Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:17.540Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471277537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:21:17.643Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-31T07:21:17.645Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:17.645Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:17.712Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:17.713Z||pool-117-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":1,"count":1}
2022-12-31T07:21:18.543Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9d483a39-6cee-427c-86e2-865a6597b8b8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "547f40e8-837f-4149-9769-628aa20228a1",
    "vfModuleModelCustomizationUUID": "cecf0f60-7a75-4a7c-8b2b-2af5761c72a3",
    "isBase": true,
    "artifacts": [
      "fd144498-8a61-4b54-a087-d79a0899c519",
      "9a915901-a9fc-473d-98b1-f6080ad38460"
    ],
    "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": "bf978df2-6ebc-4ba6-8a81-5b617996096e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0177665-1abd-43b0-9844-96c73bc082e8",
    "vfModuleModelCustomizationUUID": "cc7f8c89-9316-4679-adad-ecb5c25d07a3",
    "isBase": false,
    "artifacts": [
      "5a159289-aa83-4c01-869b-62b545bd4cd1"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-31T07:21:18.549Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:547f40e8-837f-4149-9769-628aa20228a1
VfModuleModelInvariantUUID:9d483a39-6cee-427c-86e2-865a6597b8b8
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd144498-8a61-4b54-a087-d79a0899c519
,
9a915901-a9fc-473d-98b1-f6080ad38460

}
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:e0177665-1abd-43b0-9844-96c73bc082e8
VfModuleModelInvariantUUID:bf978df2-6ebc-4ba6-8a81-5b617996096e
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a159289-aa83-4c01-869b-62b545bd4cd1

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

isBase:false


}

2022-12-31T07:21:18.552Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9d483a39-6cee-427c-86e2-865a6597b8b8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "547f40e8-837f-4149-9769-628aa20228a1",
    "vfModuleModelCustomizationUUID": "cecf0f60-7a75-4a7c-8b2b-2af5761c72a3",
    "isBase": true,
    "artifacts": [
      "fd144498-8a61-4b54-a087-d79a0899c519",
      "9a915901-a9fc-473d-98b1-f6080ad38460"
    ],
    "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": "bf978df2-6ebc-4ba6-8a81-5b617996096e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0177665-1abd-43b0-9844-96c73bc082e8",
    "vfModuleModelCustomizationUUID": "cc7f8c89-9316-4679-adad-ecb5c25d07a3",
    "isBase": false,
    "artifacts": [
      "5a159289-aa83-4c01-869b-62b545bd4cd1"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-31T07:21:18.552Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:547f40e8-837f-4149-9769-628aa20228a1
VfModuleModelInvariantUUID:9d483a39-6cee-427c-86e2-865a6597b8b8
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd144498-8a61-4b54-a087-d79a0899c519
,
9a915901-a9fc-473d-98b1-f6080ad38460

}
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:e0177665-1abd-43b0-9844-96c73bc082e8
VfModuleModelInvariantUUID:bf978df2-6ebc-4ba6-8a81-5b617996096e
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a159289-aa83-4c01-869b-62b545bd4cd1

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

isBase:false


}

2022-12-31T07:21:18.552Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fd144498-8a61-4b54-a087-d79a0899c519 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-31T07:21:18.552Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-31T07:21:18.553Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-31T07:21:18.616Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-31T07:21:18.617Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml fd144498-8a61-4b54-a087-d79a0899c519 914
2022-12-31T07:21:18.617Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-31T07:21:18.617Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-31T07:21:18.617Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T07:21:18.618Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:18.621Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:18.621Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471278617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:21:18.720Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T07:21:18.721Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:18.721Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:18.741Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:18.742Z||pool-118-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-31T07:21:19.622Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9be98d5-5bfb-4e25-b1d7-577c444c04ea from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-31T07:21:19.623Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-31T07:21:19.623Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-31T07:21:19.714Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-31T07:21:19.714Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env c9be98d5-5bfb-4e25-b1d7-577c444c04ea 12
2022-12-31T07:21:19.715Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-31T07:21:19.715Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-31T07:21:19.715Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T07:21:19.715Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:19.718Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:19.718Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471279715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:21:19.819Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-31T07:21:19.820Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:19.820Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:19.836Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:19.837Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:20.719Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9a915901-a9fc-473d-98b1-f6080ad38460 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-31T07:21:20.720Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-31T07:21:20.721Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-31T07:21:20.807Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-31T07:21:20.807Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 9a915901-a9fc-473d-98b1-f6080ad38460 96
2022-12-31T07:21:20.808Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-31T07:21:20.808Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-31T07:21:20.808Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T07:21:20.808Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:20.815Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:20.815Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471280807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:21:20.915Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:21:20.916Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:20.916Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:20.943Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:20.944Z||pool-120-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:21.816Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5a159289-aa83-4c01-869b-62b545bd4cd1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-31T07:21:21.816Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-31T07:21:21.816Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-31T07:21:21.876Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-31T07:21:21.877Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5a159289-aa83-4c01-869b-62b545bd4cd1 20206
2022-12-31T07:21:21.877Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-31T07:21:21.877Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-31T07:21:21.877Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T07:21:21.877Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:21.879Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:21.879Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471281877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:21:21.980Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-31T07:21:21.981Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:21.981Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:21.998Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:21.998Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:22.884Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 80fea476-f079-4bdf-8ee2-69624434546d
2022-12-31T07:21:22.884Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d2820095-647f-47dc-a131-05b7370e1ea2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T07:21:22.902Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1bf6e3e0, org.onap.sdc.toscaparser.api.parameters.Input@3a84b3f, org.onap.sdc.toscaparser.api.parameters.Input@53e701a9, org.onap.sdc.toscaparser.api.parameters.Input@5234c8c2, org.onap.sdc.toscaparser.api.parameters.Input@7e71d887]
2022-12-31T07:21:22.904Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:22.905Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:22.905Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-12-31T07:21:22.905Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 6a6dcb5f-0d90-4f15-aaa3-f213f914fadf
2022-12-31T07:21:22.905Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a6dcb5f-0d90-4f15-aaa3-f213f914fadf matches Tosca VF Customization UUID: 6a6dcb5f-0d90-4f15-aaa3-f213f914fadf
2022-12-31T07:21:22.905Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 6a6dcb5f-0d90-4f15-aaa3-f213f914fadf  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-31T07:21:22.909Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:22.909Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:22.911Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 6a6dcb5f-0d90-4f15-aaa3-f213f914fadf: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-12-31T07:21:22.911Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20c6914f
2022-12-31T07:21:22.911Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:22.911Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-31T07:21:22.912Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc7f8c89-9316-4679-adad-ecb5c25d07a3
2022-12-31T07:21:22.912Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc7f8c89-9316-4679-adad-ecb5c25d07a3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-31T07:21:22.915Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:22.915Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-31T07:21:22.915Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T07:21:22.916Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:22.916Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-31T07:21:22.916Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-31T07:21:22.917Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:22.917Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-31T07:21:22.917Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6a6dcb5f-0d90-4f15-aaa3-f213f914fadf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T07:21:22.920Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:22.920Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:22.920Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 80fea476-f079-4bdf-8ee2-69624434546d: basic_cnf_macro
2022-12-31T07:21:22.921Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:22.921Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:22.921Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:22.921Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:22.922Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:22.922Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:22.922Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:22.922Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:22.922Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:21:22.922Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:21:22.923Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:21:22.969Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d2820095-647f-47dc-a131-05b7370e1ea2 2 ASDC deployResourceStructure
2022-12-31T07:21:22.970Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-31T07:21:22.970Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-31T07:21:22.970Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T07:21:22.970Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:22.973Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:22.973Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471282970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T07:21:23.075Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:21:23.076Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:23.076Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:23.090Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:23.091Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:23.974Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-31T07:21:23.976Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-31T07:21:23.976Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T07:21:23.977Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:23.980Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:23.980Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471283974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-31T07:21:24.080Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:21:24.081Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:24.081Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:24.100Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:24.100Z||pool-123-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:24.981Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-31T07:21:24.982Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-12-31T07:21:24.982Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-31T07:21:24.982Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:24.985Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:24.985Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471284981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-31T07:21:25.085Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:21:25.086Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:25.086Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:25.112Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:25.112Z||pool-124-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:25.987Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-31T07:21:25.988Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-31T07:21:25.988Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T07:21:25.988Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:25.993Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:25.993Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471285987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-31T07:21:26.093Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:21:26.095Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:26.095Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:26.111Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:26.112Z||pool-125-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:27.001Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-31T07:21:27.003Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-31T07:21:27.003Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-31T07:21:27.004Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:27.006Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:27.006Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471287001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-31T07:21:27.107Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:21:27.108Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:27.108Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:27.127Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:27.128Z||pool-126-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:28.007Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-31T07:21:28.010Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-31T07:21:28.010Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T07:21:28.011Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:21:28.013Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:21:28.014Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471288007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T07:21:28.113Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T07:21:28.114Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:21:28.114Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:21:28.142Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:21:28.143Z||pool-127-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:21:29.015Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4059c2c9-e61b-4d93-8f8f-f4e4662a10af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T07:21:29.038Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4059c2c9-e61b-4d93-8f8f-f4e4662a10af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T07:21:29.041Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T07:21:29.042Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T07:21:29.042Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T07:21:59.042Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4059c2c9-e61b-4d93-8f8f-f4e4662a10af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T07:21:59.057Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4059c2c9-e61b-4d93-8f8f-f4e4662a10af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T07:21:59.061Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T07:21:59.062Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-31T07:21:59.062Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-31T07:22:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:22:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:22:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:22:13.914Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:22:13.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471214286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471214099,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T07:22:13.925Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4059c2c9-e61b-4d93-8f8f-f4e4662a10af
2022-12-31T07:22:13.925Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4059c2c9-e61b-4d93-8f8f-f4e4662a10af and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:22:13.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T07:22:13.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471214286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-31T07:22:13.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471214286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471214286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471214286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471214286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471214286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:22:13.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471214286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471214286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471222761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:22:13.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:22:13.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471214286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:22:13.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471225079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:22:13.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:22:13.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471225939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:22:13.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:22:13.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471227051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:22:13.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:22:13.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471227604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T07:22:13.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:22:13.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471228122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:22:13.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:22:13.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471228616,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T07:22:13.969Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4059c2c9-e61b-4d93-8f8f-f4e4662a10af
2022-12-31T07:22:13.969Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4059c2c9-e61b-4d93-8f8f-f4e4662a10af and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:22:13.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471229243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T07:22:13.980Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:22:13.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471230247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-31T07:22:13.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:22:13.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471231252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-31T07:22:13.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:22:13.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471232258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T07:22:13.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:22:13.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81fb97bb-ecec-4ef3-b3b5-30895bccc522",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471263491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T07:22:13.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:22:13.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-31T07:22:13.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-31T07:22:13.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-31T07:22:13.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-31T07:22:13.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-31T07:22:13.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:22:13.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:13.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:22:13.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471213872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:22:13.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:22:29.062Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4059c2c9-e61b-4d93-8f8f-f4e4662a10af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T07:22:29.076Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4059c2c9-e61b-4d93-8f8f-f4e4662a10af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T07:22:29.080Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T07:22:29.080Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-31T07:22:29.081Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-31T07:22:29.081Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-31T07:22:29.081Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:22:29.081Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:22:29.081Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:22:29.081Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:22:29.082Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:22:29.082Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T07:22:29.087Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-31T07:22:59.088Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4059c2c9-e61b-4d93-8f8f-f4e4662a10af and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-31T07:22:59.097Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4059c2c9-e61b-4d93-8f8f-f4e4662a10af and serviceModelVersionId: 80fea476-f079-4bdf-8ee2-69624434546d
2022-12-31T07:22:59.098Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92a3e062-337a-4fbd-8d54-763c5ac28d09
2022-12-31T07:22:59.099Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92a3e062-337a-4fbd-8d54-763c5ac28d09/model-vers/model-ver/80fea476-f079-4bdf-8ee2-69624434546d?depth=0
2022-12-31T07:22:59.104Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-31T07:22:59.157Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92a3e062-337a-4fbd-8d54-763c5ac28d09/model-vers/model-ver/80fea476-f079-4bdf-8ee2-69624434546d?depth=0|INFO|500||Invoke
2022-12-31T07:22:59.158Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92a3e062-337a-4fbd-8d54-763c5ac28d09/model-vers/model-ver/80fea476-f079-4bdf-8ee2-69624434546d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92a3e062-337a-4fbd-8d54-763c5ac28d09/model-vers/model-ver/80fea476-f079-4bdf-8ee2-69624434546d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4059c2c9-e61b-4d93-8f8f-f4e4662a10af], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0cb9f5df-acf5-49ee-9171-09cedce87e2e], X-ECOMP-RequestID=[4059c2c9-e61b-4d93-8f8f-f4e4662a10af], X-TransactionId=[], X-ONAP-RequestID=[4059c2c9-e61b-4d93-8f8f-f4e4662a10af], Content-Type=[application/merge-patch+json]}
2022-12-31T07:22:59.180Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92a3e062-337a-4fbd-8d54-763c5ac28d09/model-vers/model-ver/80fea476-f079-4bdf-8ee2-69624434546d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-31T07:22:59.269Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92a3e062-337a-4fbd-8d54-763c5ac28d09/model-vers/model-ver/80fea476-f079-4bdf-8ee2-69624434546d?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/92a3e062-337a-4fbd-8d54-763c5ac28d09/model-vers/model-ver/80fea476-f079-4bdf-8ee2-69624434546d?depth=0 has http status code:200 and response headers:{date=[Sat, 31 Dec 2022 07:22:58 GMT], content-length=[0], vertex-id=[262152], x-aai-txid=[1-aai-resources-221231-07:22:58:634-41040], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-31T07:22:59.269Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92a3e062-337a-4fbd-8d54-763c5ac28d09/model-vers/model-ver/80fea476-f079-4bdf-8ee2-69624434546d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-31T07:22:59.270Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92a3e062-337a-4fbd-8d54-763c5ac28d09/model-vers/model-ver/80fea476-f079-4bdf-8ee2-69624434546d?depth=0|INFO|500||InvokeReturn
2022-12-31T07:22:59.270Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-31T07:22:59.270Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T07:22:59.281Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-31T07:22:59.281Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4059c2c9-e61b-4d93-8f8f-f4e4662a10af and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-31T07:22:59.282Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-31T07:22:59.282Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:22:59.285Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:22:59.285Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471379282,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T07:22:59.385Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T07:22:59.386Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:22:59.386Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:22:59.408Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:22:59.409Z||pool-128-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-31T07:23:00.299Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:23:00.300Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:23:00.300Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:23:05.889Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:05.890Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-31T07:23:05.890Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0969cb0a-53a0-4976-872b-d81b835c2857","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"42184af9-0a65-407e-8494-f4c6810ea5d8","serviceDescription":"service","serviceInvariantUUID":"d7a6e6cb-a487-48ac-a824-506f935a86d9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"17349b12-6fe0-469f-a748-9705ab6ba069","resourceInvariantUUID":"1b59bc91-f7cc-4e46-b30a-99df16d00989","resourceCustomizationUUID":"2a90553c-074a-453e-a5c8-8a2e6833faa9","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":"YTRhNTg3ODI0MWQzOGIxOTBkMWI5ZTVkODExYmJhM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c091b01e-c45d-4336-9869-f65383a2ccae","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":"fe147cd1-664f-4278-82a8-95ac3c300e0f","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":"ee88bf12-5c55-4353-8fd5-948c5b39dc3c","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":"ZTAxZTY5Zjc5M2FjY2EwOTU1ZGU2ODllZGE4NDk4OTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"60e8b68f-284a-4afc-aa42-e871807f6e98","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":"9e146f3f-6484-48e7-9360-87acca5b7f3a","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":"c10edf36-c09c-402c-9cc4-ca00dca10842","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":"c0452942-9350-4c59-a485-2436e65a0e83","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":"NzE3ZjIxZGM4ZmQzYzkyMThiY2VlYjY5OWIzZjQyMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1b89f371-39d9-4b3f-b7f1-14887e436dd9","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTEwNjEzYzA2ZjNmZjgxNjZlMjZkZTIwNDNhMGM1YWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5064825-69cc-47b9-809b-dd039298227b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-31T07:23:05.892Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:23:05.893Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:23:05.895Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:23:05.895Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:05.995Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:23:05.996Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:23:05.996Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:23:06.011Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:06.011Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:23:06.895Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:23:06.896Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:23:06.900Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:23:06.900Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:06.999Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T07:23:07.000Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:23:07.001Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:23:07.015Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:07.016Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:23:07.901Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:23:07.902Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:23:07.905Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:23:07.905Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:08.005Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:23:08.006Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:23:08.006Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:23:08.020Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:08.021Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-31T07:23:08.905Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:23:08.906Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:23:08.909Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:23:08.909Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:09.009Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:23:09.010Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:23:09.010Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:23:09.023Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:09.024Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-31T07:23:09.910Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:23:09.911Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:23:09.914Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:23:09.914Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:10.013Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T07:23:10.015Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:23:10.015Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:23:10.031Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:10.032Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:23:10.914Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:23:10.916Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:23:10.919Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:23:10.919Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:11.020Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:23:11.021Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:23:11.021Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:23:11.037Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:11.038Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:23:11.920Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:23:11.921Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:23:11.925Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:23:11.925Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:12.025Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T07:23:12.025Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:23:12.026Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:23:12.037Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:12.038Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:23:12.926Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:23:12.927Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:23:12.930Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:23:12.930Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.030Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T07:23:13.031Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:23:13.031Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:23:13.045Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:13.046Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:23:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:23:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:23:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:23:13.907Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:13.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471274721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:23:13.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471277537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:23:13.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471278617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:23:13.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471279715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:23:13.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471280807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:23:13.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471281877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:23:13.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471282970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-31T07:23:13.917Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471283974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-31T07:23:13.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471284981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-31T07:23:13.919Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471285987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-31T07:23:13.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471287001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-31T07:23:13.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471288007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T07:23:13.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471275721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471285355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471262274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471258319,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471275721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471285355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471258319,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471262274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471285355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471275721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471258319,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471262274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.931Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-31T07:23:13.932Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:23:13.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471285355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471275721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471262274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.937Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:23:13.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.938Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:23:13.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471258319,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471285355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471275721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471262274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471258319,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471285355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471275721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471258319,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471262274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471285355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471275721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-31T07:23:13.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471258319,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471262274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471285355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471275721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471258319,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471262274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471285355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:23:13.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471275721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:13.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471258319,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:23:13.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672471262274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:23:13.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:13.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471300747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:23:13.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471300247,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:23:13.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471300943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:23:13.957Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471301775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-31T07:23:13.957Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:13.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672471302255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:23:13.984Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0969cb0a-53a0-4976-872b-d81b835c2857
2022-12-31T07:23:13.985Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0969cb0a-53a0-4976-872b-d81b835c2857 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:23:13.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:13.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672471302776,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T07:23:14.007Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0969cb0a-53a0-4976-872b-d81b835c2857
2022-12-31T07:23:14.008Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0969cb0a-53a0-4976-872b-d81b835c2857 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:23:14.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:14.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471304286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:14.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:14.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:14.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471304286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:14.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:14.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:14.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471305116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T07:23:14.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:14.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:14.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471304286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:14.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:14.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:14.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "aai-model-loader",
  "timestamp": 1672471306119,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T07:23:14.035Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0969cb0a-53a0-4976-872b-d81b835c2857
2022-12-31T07:23:14.036Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0969cb0a-53a0-4976-872b-d81b835c2857 and ComponentName AAI
2022-12-31T07:23:14.037Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T07:23:14.038Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:23:14.038Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:23:14.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:14.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471304286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:14.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:14.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:14.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471304286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:14.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:14.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:14.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471304286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:14.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:14.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:14.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471304286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:14.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:14.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:14.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471304286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:23:14.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:14.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:14.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471304286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:23:14.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:23:14.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:14.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471314067,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:23:14.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:14.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:14.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471316198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T07:23:14.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:23:14.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:23:14.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672471317202,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T07:23:14.055Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0969cb0a-53a0-4976-872b-d81b835c2857
2022-12-31T07:23:14.056Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0969cb0a-53a0-4976-872b-d81b835c2857 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-31T07:23:14.091Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:14.092Z||pool-137-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-12-31T07:23:14.939Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "42184af9-0a65-407e-8494-f4c6810ea5d8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d7a6e6cb-a487-48ac-a824-506f935a86d9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2a90553c-074a-453e-a5c8-8a2e6833faa9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "17349b12-6fe0-469f-a748-9705ab6ba069",
      "resourceInvariantUUID": "1b59bc91-f7cc-4e46-b30a-99df16d00989",
      "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": "YTEwNjEzYzA2ZjNmZjgxNjZlMjZkZTIwNDNhMGM1YWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f5064825-69cc-47b9-809b-dd039298227b"
    }
  ],
  "workloadContext": "Production"
}
2022-12-31T07:23:14.940Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-31T07:23:14.940Z|4059c2c9-e61b-4d93-8f8f-f4e4662a10af|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42184af9-0a65-407e-8494-f4c6810ea5d8 ASDC
2022-12-31T07:23:14.940Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:0969cb0a-53a0-4976-872b-d81b835c2857
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:42184af9-0a65-407e-8494-f4c6810ea5d8
ServiceInvariantUUID:d7a6e6cb-a487-48ac-a824-506f935a86d9
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:f5064825-69cc-47b9-809b-dd039298227b
ArtifactChecksum:YTEwNjEzYzA2ZjNmZjgxNjZlMjZkZTIwNDNhMGM1YWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2a90553c-074a-453e-a5c8-8a2e6833faa9
ResourceInvariantUUID:1b59bc91-f7cc-4e46-b30a-99df16d00989
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:17349b12-6fe0-469f-a748-9705ab6ba069
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-31T07:23:14.940Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42184af9-0a65-407e-8494-f4c6810ea5d8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-31T07:23:14.982Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T07:23:14.983Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-31T07:23:14.983Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-31T07:23:14.984Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f5064825-69cc-47b9-809b-dd039298227b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-31T07:23:14.984Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-31T07:23:14.984Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-31T07:23:15.065Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-31T07:23:15.070Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f5064825-69cc-47b9-809b-dd039298227b 111102
2022-12-31T07:23:15.071Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-31T07:23:15.071Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-31T07:23:15.071Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-31T07:23:15.071Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:23:15.073Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:23:15.074Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471395071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:23:15.173Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T07:23:15.174Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:23:15.174Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:23:15.186Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:15.186Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:23:16.074Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-31T07:23:16.076Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-31T07:23:16.077Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f5064825-69cc-47b9-809b-dd039298227b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-31T07:23:16.077Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-12-31T07:23:16.078Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-31T07:23:16.078Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-31T07:23:16.243Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12836963152421751327/Definitions/service-TestPnfMacro-template.yml
2022-12-31T07:23:17.278Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-31T07:23:17.279Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-31T07:23:17.279Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-31T07:23:17.279Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-31T07:23:17.279Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-31T07:23:17.279Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-31T07:23:17.279Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-31T07:23:17.280Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-31T07:23:17.280Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-31T07:23:17.280Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-31T07:23:17.280Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-31T07:23:17.280Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-31T07:23:17.280Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:23:17.281Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:23:17.281Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-31T07:23:17.281Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-31T07:23:17.281Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T07:23:17.281Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:23:17.282Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:23:17.282Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-31T07:23:17.282Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-31T07:23:17.282Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-31T07:23:17.282Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:23:17.282Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:23:17.283Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:23:17.283Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:23:17.283Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:23:17.283Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:23:17.283Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:23:17.283Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:23:17.284Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:23:17.284Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:23:17.284Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:42184af9-0a65-407e-8494-f4c6810ea5d8
Model Version:NULL
Model InvariantUuid:d7a6e6cb-a487-48ac-a824-506f935a86d9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-31T07:23:17.294Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 17349b12-6fe0-469f-a748-9705ab6ba069
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T07:23:17.298Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-12-31T07:23:17.298Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 17349b12-6fe0-469f-a748-9705ab6ba069
2022-12-31T07:23:17.299Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 42184af9-0a65-407e-8494-f4c6810ea5d8
2022-12-31T07:23:17.299Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 42184af9-0a65-407e-8494-f4c6810ea5d8
2022-12-31T07:23:17.299Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 17349b12-6fe0-469f-a748-9705ab6ba069 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T07:23:17.304Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1af36460, org.onap.sdc.toscaparser.api.parameters.Input@d316b5b, org.onap.sdc.toscaparser.api.parameters.Input@6079c3a7, org.onap.sdc.toscaparser.api.parameters.Input@4c69a483, org.onap.sdc.toscaparser.api.parameters.Input@4db8190a]
2022-12-31T07:23:17.304Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:23:17.305Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:23:17.305Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 42184af9-0a65-407e-8494-f4c6810ea5d8: test-pnf
2022-12-31T07:23:17.305Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||Processing PNF resource: 17349b12-6fe0-469f-a748-9705ab6ba069
2022-12-31T07:23:17.305Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-31T07:23:17.306Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-31T07:23:17.306Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||Resource customization UUID: 2a90553c-074a-453e-a5c8-8a2e6833faa9 is the same as notified resource customizationUUID: 2a90553c-074a-453e-a5c8-8a2e6833faa9
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-31T07:23:17.346Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 17349b12-6fe0-469f-a748-9705ab6ba069 0 ASDC deployResourceStructure
2022-12-31T07:23:17.346Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-31T07:23:17.346Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-31T07:23:17.347Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-31T07:23:17.347Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:23:17.349Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:23:17.349Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471397346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T07:23:17.449Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-31T07:23:17.451Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:23:17.452Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:23:17.468Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:17.469Z||pool-139-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-31T07:23:18.350Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0969cb0a-53a0-4976-872b-d81b835c2857
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T07:23:18.366Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0969cb0a-53a0-4976-872b-d81b835c2857
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-31T07:23:18.370Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-31T07:23:18.370Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-31T07:23:18.370Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-31T07:23:18.370Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-31T07:23:18.370Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:23:18.371Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:23:18.371Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:23:18.371Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:23:18.371Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-31T07:23:18.371Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-31T07:23:18.378Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-31T07:23:48.379Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0969cb0a-53a0-4976-872b-d81b835c2857 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-31T07:23:48.388Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0969cb0a-53a0-4976-872b-d81b835c2857 and serviceModelVersionId: 42184af9-0a65-407e-8494-f4c6810ea5d8
2022-12-31T07:23:48.388Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d7a6e6cb-a487-48ac-a824-506f935a86d9
2022-12-31T07:23:48.389Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d7a6e6cb-a487-48ac-a824-506f935a86d9/model-vers/model-ver/42184af9-0a65-407e-8494-f4c6810ea5d8?depth=0
2022-12-31T07:23:48.394Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-31T07:23:48.481Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7a6e6cb-a487-48ac-a824-506f935a86d9/model-vers/model-ver/42184af9-0a65-407e-8494-f4c6810ea5d8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-31T07:23:48.483Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7a6e6cb-a487-48ac-a824-506f935a86d9/model-vers/model-ver/42184af9-0a65-407e-8494-f4c6810ea5d8?depth=0|INFO|500||Invoke
2022-12-31T07:23:48.530Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7a6e6cb-a487-48ac-a824-506f935a86d9/model-vers/model-ver/42184af9-0a65-407e-8494-f4c6810ea5d8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-31T07:23:48.637Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7a6e6cb-a487-48ac-a824-506f935a86d9/model-vers/model-ver/42184af9-0a65-407e-8494-f4c6810ea5d8?depth=0|INFO|500||InvokeReturn
2022-12-31T07:23:48.637Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7a6e6cb-a487-48ac-a824-506f935a86d9/model-vers/model-ver/42184af9-0a65-407e-8494-f4c6810ea5d8?depth=0 has http status code:200 and response headers:{date=[Sat, 31 Dec 2022 07:23:47 GMT], content-length=[0], vertex-id=[229512], x-aai-txid=[0-aai-resources-221231-07:23:47:985-34461], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-31T07:23:48.638Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-12-31T07:23:48.640Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-31T07:23:48.640Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-31T07:23:48.661Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-31T07:23:48.662Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0969cb0a-53a0-4976-872b-d81b835c2857 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-31T07:23:48.662Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-31T07:23:48.666Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-31T07:23:48.670Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-31T07:23:48.671Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471428662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T07:23:48.770Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-31T07:23:48.771Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-31T07:23:48.771Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gooDyYXbhqOS4O7t) ...
2022-12-31T07:23:48.788Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:48.789Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-31T07:23:49.706Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:23:49.707Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:23:49.707Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:23:59.318Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:23:59.319Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:23:59.319Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:23:59.319Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:24:08.901Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:24:13.874Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:24:13.875Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:24:13.875Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:24:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:24:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:24:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:24:13.933Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:24:13.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:24:13.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4059c2c9-e61b-4d93-8f8f-f4e4662a10af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471379282,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T07:24:13.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:24:13.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:24:13.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:24:13.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:24:13.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:24:13.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:24:13.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:24:13.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:24:13.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:24:13.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:24:13.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:24:13.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:24:13.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:24:13.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:24:13.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:24:13.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:24:13.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:24:13.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:24:13.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:24:13.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:24:13.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:24:13.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:24:13.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:24:13.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-31T07:24:13.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:24:23.493Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:25:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:25:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:25:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:25:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:25:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:25:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:25:13.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:25:13.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-31T07:25:13.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471380299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-31T07:25:13.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-31T07:25:23.508Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:26:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:26:13.875Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:26:13.875Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:26:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:26:13.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:26:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:26:14.416Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:26:14.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-31T07:26:14.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471395071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-31T07:26:14.418Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:26:14.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-31T07:26:14.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471397346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-31T07:26:14.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:26:14.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-31T07:26:14.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0969cb0a-53a0-4976-872b-d81b835c2857",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672471428662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-31T07:26:14.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-31T07:26:23.449Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:27:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:27:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:27:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:27:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:27:13.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:27:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:27:23.427Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:27:23.430Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:28:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:28:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:28:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:28:13.881Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:28:13.883Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:28:13.884Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:28:23.432Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:28:23.439Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:29:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:29:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:29:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:29:13.881Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:29:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:29:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:29:23.442Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:29:23.442Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:30:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:30:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:30:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:30:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:30:13.887Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:30:13.887Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:30:23.430Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:30:23.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:31:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:31:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:31:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:31:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:31:13.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:31:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:31:23.435Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:31:23.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:32:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:32:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:32:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:32:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:32:13.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:32:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:32:23.454Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:32:23.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:33:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:33:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:33:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:33:13.881Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:33:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:33:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:33:23.434Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:33:23.454Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:34:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:34:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:34:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:34:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:34:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:34:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:34:23.464Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:34:23.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:35:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:35:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:35:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:35:13.882Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:35:13.883Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:35:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:35:23.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:35:23.440Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:36:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:36:13.874Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:36:13.874Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:36:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:36:13.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:36:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:36:23.437Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:36:23.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:37:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:37:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:37:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:37:13.881Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:37:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:37:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:37:23.435Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:37:23.443Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:38:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:38:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:38:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:38:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:38:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:38:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:38:23.431Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:38:23.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:39:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:39:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:39:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:39:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:39:13.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:39:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:39:23.430Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:39:23.436Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:40:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:40:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:40:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:40:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:40:13.883Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:40:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:40:23.446Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:40:23.446Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:41:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:41:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:41:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:41:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:41:13.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:41:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:41:23.427Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:41:23.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:42:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:42:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:42:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:42:13.881Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:42:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:42:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:42:23.424Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:42:23.430Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:43:13.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:43:13.873Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:43:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:43:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:43:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:43:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:43:23.471Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:43:23.479Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:44:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:44:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:44:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:44:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:44:13.884Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:44:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:44:23.441Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:44:23.446Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:45:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:45:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:45:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:45:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:45:13.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:45:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:45:23.420Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:45:23.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:46:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:46:13.875Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:46:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:46:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:46:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:46:13.883Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:46:23.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:46:23.446Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:47:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:47:13.875Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:47:13.875Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:47:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:47:13.883Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:47:13.883Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:47:23.454Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:47:23.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:48:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:48:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:48:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:48:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:48:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:48:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:48:23.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:48:23.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:49:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:49:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:49:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:49:13.881Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:49:13.882Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:49:13.882Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:49:23.453Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:49:23.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:50:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:50:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:50:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:50:13.881Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:50:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:50:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:50:23.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:50:23.435Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:51:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:51:13.872Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:51:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:51:13.881Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:51:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:51:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:51:23.420Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:51:23.424Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:52:13.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:52:13.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:52:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:52:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:52:13.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:52:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:52:23.433Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:52:23.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:53:13.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:53:13.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:53:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:53:13.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:53:13.881Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:53:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:53:23.492Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:53:23.492Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:54:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:54:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:54:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:54:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:54:13.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:54:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:54:23.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:54:23.446Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:55:13.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:55:13.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:55:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:55:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:55:13.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:55:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:55:23.443Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:55:23.444Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:56:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:56:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:56:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:56:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:56:13.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:56:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:56:23.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:56:23.434Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:57:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:57:13.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:57:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:57:13.883Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:57:13.884Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:57:13.884Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:57:23.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:57:23.454Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:58:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:58:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:58:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:58:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:58:13.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:58:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:58:23.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:58:23.440Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:59:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:59:13.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:59:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:59:13.881Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T07:59:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T07:59:13.883Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|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 gooDyYXbhqOS4O7t) ...
2022-12-31T07:59:23.430Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T07:59:23.437Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:00:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:00:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:00:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:00:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:00:13.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:00:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:00:23.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:00:23.445Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:01:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:01:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:01:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:01:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:01:13.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:01:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:01:23.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:01:23.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:02:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:02:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:02:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:02:13.881Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:02:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:02:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:02:23.431Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:02:23.433Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:03:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:03:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:03:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:03:13.881Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:03:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:03:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:03:23.424Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:03:23.447Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:04:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:04:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:04:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:04:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:04:13.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:04:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:04:23.456Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:04:23.457Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:05:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:05:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:05:13.874Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:05:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:05:13.884Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:05:13.885Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:05:23.449Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:05:23.450Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:06:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:06:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:06:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:06:13.881Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:06:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:06:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:06:23.437Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:06:23.438Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:07:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:07:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:07:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:07:13.881Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:07:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:07:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:07:23.427Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:07:23.430Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:08:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:08:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:08:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:08:13.881Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:08:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:08:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:08:23.431Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:08:23.431Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:09:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:09:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:09:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:09:13.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:09:13.884Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:09:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:09:23.458Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:09:23.460Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:10:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:10:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:10:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:10:13.881Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:10:13.883Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:10:13.883Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:10:23.427Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:10:23.442Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:11:13.872Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:11:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:11:13.873Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:11:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:11:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:11:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:11:23.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:11:23.445Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:12:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:12:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:12:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:12:13.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:12:13.884Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:12:13.884Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:12:23.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:12:23.445Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:13:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:13:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:13:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:13:13.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:13:13.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:13:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:13:23.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:13:23.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:14:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:14:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:14:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:14:13.882Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:14:13.882Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:14:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:14:23.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:14:23.444Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:15:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:15:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:15:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:15:13.881Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:15:13.882Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:15:13.882Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:15:23.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:15:23.437Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:16:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:16:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:16:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:16:13.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:16:13.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:16:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:16:23.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:16:23.458Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:17:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:17:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:17:13.874Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:17:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:17:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:17:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:17:23.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:17:23.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:18:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:18:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:18:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:18:13.881Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:18:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:18:13.882Z|a4b5925f-d107-4e61-bd69-a210e91ece81|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:18:23.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:18:23.447Z|a4b5925f-d107-4e61-bd69-a210e91ece81|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:19:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:19:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:19:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:19:13.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:19:13.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:19:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:19:23.454Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:19:23.456Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:20:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:20:13.875Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:20:13.876Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:20:13.881Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:20:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:20:13.882Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:20:23.431Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:20:23.431Z|206a3fc3-4ea1-4ea0-9c60-89f9a5c12956|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:21:13.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:21:13.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:21:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:21:13.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:21:13.882Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:21:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:21:23.423Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:21:23.429Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:22:13.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:22:13.873Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:22:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:22:13.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:22:13.882Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:22:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:22:23.429Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:22:23.429Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:23:13.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:23:13.873Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:23:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:23:13.881Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:23:13.882Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:23:13.882Z|0969cb0a-53a0-4976-872b-d81b835c2857|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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:23:23.430Z|0969cb0a-53a0-4976-872b-d81b835c2857|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:23:23.430Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:24:13.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:24:13.873Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:24:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:24:13.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:24:13.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:24:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:24:23.429Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:24:23.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:25:13.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:25:13.872Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:25:13.873Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:25:13.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-31T08:25:13.882Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-31T08:25:13.882Z||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 gooDyYXbhqOS4O7t) ...
2022-12-31T08:25:23.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-31T08:25:23.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK